[gentoo-commits] repo/proj/guru:dev commit in: net-im/pop/

2024-03-11 Thread Vitaly Zdanevich
commit: 37435fd881692527b01712f73a8398adf1c9c128
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Mon Mar 11 15:46:38 2024 +
Commit: Vitaly Zdanevich  ya  ru>
CommitDate: Mon Mar 11 15:46:38 2024 +
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  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



[gentoo-commits] repo/proj/guru:dev commit in: net-im/pop/

2024-03-10 Thread Vitaly Zdanevich
commit: 660221c7b6556629162c285d3af42d0f110ccef0
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Mon Mar 11 04:54:27 2024 +
Commit: Vitaly Zdanevich  ya  ru>
CommitDate: Mon Mar 11 04:54:27 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=660221c7

net-im/pop: Add RDEPEND

Signed-off-by: Vitaly Zdanevich  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() {



[gentoo-commits] repo/proj/guru:dev commit in: net-im/pop/

2024-03-09 Thread Vitaly Zdanevich
commit: 8b2495b051b60e0239dfd7936c8a13d168e8365f
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Sat Mar  9 17:24:00 2024 +
Commit: Vitaly Zdanevich  ya  ru>
CommitDate: Sat Mar  9 17:24:00 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b2495b0

net-im/pop: Add QA_PREBUILT={*}

Closes: https://bugs.gentoo.org/926539

Closes: https://bugs.gentoo.org/926540

Closes: https://bugs.gentoo.org/926539
Signed-off-by: Vitaly Zdanevich  ya.ru>

 net-im/pop/pop-8.0.21.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-im/pop/pop-8.0.21.ebuild b/net-im/pop/pop-8.0.21.ebuild
index 231f984cba..ba652e139e 100644
--- a/net-im/pop/pop-8.0.21.ebuild
+++ b/net-im/pop/pop-8.0.21.ebuild
@@ -13,6 +13,7 @@ LICENSE="all-rights-reserved"
 SLOT=0
 RESTRICT="strip"
 KEYWORDS="~amd64"
+QA_PREBUILT={*}
 
 S="${WORKDIR}"
 



[gentoo-commits] repo/proj/guru:dev commit in: net-im/pop/

2024-03-08 Thread Vitaly Zdanevich
commit: 7b514ef26c96ff6c178340dbf690f48e255d0794
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Sat Mar  9 03:17:00 2024 +
Commit: Vitaly Zdanevich  ya  ru>
CommitDate: Sat Mar  9 03:17:00 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b514ef2

net-im/pop: add || die

Signed-off-by: Vitaly Zdanevich  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 25df7d43bf..231f984cba 100644
--- a/net-im/pop/pop-8.0.21.ebuild
+++ b/net-im/pop/pop-8.0.21.ebuild
@@ -22,7 +22,7 @@ src_unpack() {
 
 src_install() {
# Because here is only one file: "copyright", no docs
-   rm -rf usr/share/doc/
+   rm -rf usr/share/doc/ || die
 
doins -r usr
fperms +x /usr/bin/"${PN}"



[gentoo-commits] repo/proj/guru:dev commit in: net-im/pop/

2024-03-08 Thread Vitaly Zdanevich
commit: bc92645471bf52fe63a6858f965165e94132f94e
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Sat Mar  9 03:15:54 2024 +
Commit: Vitaly Zdanevich  ya  ru>
CommitDate: Sat Mar  9 03:15:54 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc926454

net-im/pop: Add comment about why we remove docs

Signed-off-by: Vitaly Zdanevich  ya.ru>

 net-im/pop/pop-8.0.21.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-im/pop/pop-8.0.21.ebuild b/net-im/pop/pop-8.0.21.ebuild
index 62ee589483..25df7d43bf 100644
--- a/net-im/pop/pop-8.0.21.ebuild
+++ b/net-im/pop/pop-8.0.21.ebuild
@@ -21,6 +21,7 @@ src_unpack() {
 }
 
 src_install() {
+   # Because here is only one file: "copyright", no docs
rm -rf usr/share/doc/
 
doins -r usr



[gentoo-commits] repo/proj/guru:dev commit in: net-im/pop/

2024-03-08 Thread Vitaly Zdanevich
commit: 205ddb549cc46beb496da0d992d5655db3f5ddd7
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Fri Mar  8 14:55:39 2024 +
Commit: Vitaly Zdanevich  ya  ru>
CommitDate: Fri Mar  8 14:55:39 2024 +
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  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 :("
 }



[gentoo-commits] repo/proj/guru:dev commit in: net-im/pop/

2024-03-08 Thread Vitaly Zdanevich
commit: 9b509f217986eb3e427687b958a1ff2eaa3fb93a
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Fri Mar  8 14:30:47 2024 +
Commit: Vitaly Zdanevich  ya  ru>
CommitDate: Fri Mar  8 14:30:47 2024 +
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  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 00..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 00..13bba0165c
--- /dev/null
+++ b/net-im/pop/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   Vitaly Zdanevich
+   zdanevich.vit...@ya.ru
+   
+   
+   https://support.pop.com
+   
+

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 00..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
+}