* [gentoo-commits] repo/proj/guru:master commit in: net-im/pop/
@ 2024-03-08 19:45 David Roman
0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2024-03-08 19:45 UTC (permalink / raw
To: gentoo-commits
commit: 9b509f217986eb3e427687b958a1ff2eaa3fb93a
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Fri Mar 8 14:30:47 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Mar 8 14:30:47 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9b509f21
net-im/pop: new package, add 8.0.21
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
net-im/pop/Manifest | 1 +
net-im/pop/metadata.xml | 11 +++++++++++
net-im/pop/pop-8.0.21.ebuild | 30 ++++++++++++++++++++++++++++++
3 files changed, 42 insertions(+)
diff --git a/net-im/pop/Manifest b/net-im/pop/Manifest
new file mode 100644
index 0000000000..4464372005
--- /dev/null
+++ b/net-im/pop/Manifest
@@ -0,0 +1 @@
+DIST pop_8.0.21_amd64.deb 58956764 BLAKE2B f6a4e530fa1c4c23367a7d82302587d024f01c81fd7ee70be898bfacceeae6dfe2c76b0ee67b3f6555613d4fade3e543c862f459fdaabd437a8c21911b5d9dd8 SHA512 11fde9e341a95304729269e4827150b3f9c29a7bf33bdb99107b7245b1a72a16c910056c5239a599edbfde72d45d329a796f504c3eb7fb1aac6242a57f8d4c70
diff --git a/net-im/pop/metadata.xml b/net-im/pop/metadata.xml
new file mode 100644
index 0000000000..13bba0165c
--- /dev/null
+++ b/net-im/pop/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <name>Vitaly Zdanevich</name>
+ <email>zdanevich.vitaly@ya.ru</email>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://support.pop.com</bugs-to>
+ </upstream>
+</pkgmetadata>
diff --git a/net-im/pop/pop-8.0.21.ebuild b/net-im/pop/pop-8.0.21.ebuild
new file mode 100644
index 0000000000..d175fafe91
--- /dev/null
+++ b/net-im/pop/pop-8.0.21.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit unpacker xdg-utils
+
+DESCRIPTION="Screen sharing with multiplayer control, with voice"
+HOMEPAGE="https://pop.com/home"
+SRC_URI="https://download.pop.com/desktop-app/linux/${PV}/${PN}_${PV}_amd64.deb"
+
+LICENSE="all-rights-reserved"
+SLOT=0
+RESTRICT="strip"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}"
+
+src_unpack() {
+ unpack_deb ${A}
+}
+
+src_install() {
+ doins -r usr
+ fperms +x /usr/bin/"${PN}"
+}
+
+pkg_postinstall() {
+ xdg_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-im/pop/
@ 2024-03-08 19:45 David Roman
0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2024-03-08 19:45 UTC (permalink / raw
To: gentoo-commits
commit: 205ddb549cc46beb496da0d992d5655db3f5ddd7
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Fri Mar 8 14:55:39 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Mar 8 14:55:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=205ddb54
net-im/pop: Fix updating of icons, add einfo
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
net-im/pop/pop-8.0.21.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/net-im/pop/pop-8.0.21.ebuild b/net-im/pop/pop-8.0.21.ebuild
index d175fafe91..62ee589483 100644
--- a/net-im/pop/pop-8.0.21.ebuild
+++ b/net-im/pop/pop-8.0.21.ebuild
@@ -21,10 +21,14 @@ src_unpack() {
}
src_install() {
+ rm -rf usr/share/doc/
+
doins -r usr
fperms +x /usr/bin/"${PN}"
}
-pkg_postinstall() {
+pkg_postinst() {
xdg_desktop_database_update
+
+ einfo "If you want to share your screen - some compositor is required, like compton :("
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-im/pop/
@ 2024-03-11 17:31 David Roman
0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2024-03-11 17:31 UTC (permalink / raw
To: gentoo-commits
commit: 660221c7b6556629162c285d3af42d0f110ccef0
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Mon Mar 11 04:54:27 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Mar 11 04:54:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=660221c7
net-im/pop: Add RDEPEND
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
net-im/pop/pop-8.0.21.ebuild | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/net-im/pop/pop-8.0.21.ebuild b/net-im/pop/pop-8.0.21.ebuild
index ba652e139e..b3cbf26740 100644
--- a/net-im/pop/pop-8.0.21.ebuild
+++ b/net-im/pop/pop-8.0.21.ebuild
@@ -15,6 +15,25 @@ RESTRICT="strip"
KEYWORDS="~amd64"
QA_PREBUILT={*}
+RDEPEND="
+ app-accessibility/at-spi2-core
+ dev-libs/nspr
+ dev-libs/nss
+ media-libs/alsa-lib
+ media-libs/mesa
+ net-print/cups
+ x11-libs/gdk-pixbuf
+ x11-libs/gtk+
+ x11-libs/libXcomposite
+ x11-libs/libXdamage
+ x11-libs/libXfixes
+ x11-libs/libXrandr
+ x11-libs/libdrm
+ x11-libs/libxkbcommon
+ x11-libs/libxshmfence
+ x11-libs/pango
+"
+
S="${WORKDIR}"
src_unpack() {
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-im/pop/
@ 2024-03-11 17:31 David Roman
0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2024-03-11 17:31 UTC (permalink / raw
To: gentoo-commits
commit: 37435fd881692527b01712f73a8398adf1c9c128
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Mon Mar 11 15:46:38 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Mar 11 15:46:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=37435fd8
net-im/pop: fix "Files built without respecting CFLAGS have been detected"
Closes: https://bugs.gentoo.org/926721
Closes: https://bugs.gentoo.org/926722
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
net-im/pop/pop-8.0.21.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-im/pop/pop-8.0.21.ebuild b/net-im/pop/pop-8.0.21.ebuild
index b3cbf26740..75493db46b 100644
--- a/net-im/pop/pop-8.0.21.ebuild
+++ b/net-im/pop/pop-8.0.21.ebuild
@@ -13,7 +13,7 @@ LICENSE="all-rights-reserved"
SLOT=0
RESTRICT="strip"
KEYWORDS="~amd64"
-QA_PREBUILT={*}
+QA_PREBUILT="*"
RDEPEND="
app-accessibility/at-spi2-core
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-03-11 17:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-11 17:31 [gentoo-commits] repo/proj/guru:master commit in: net-im/pop/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2024-03-11 17:31 David Roman
2024-03-08 19:45 David Roman
2024-03-08 19:45 David Roman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox