[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/

2022-12-14 Thread Amy Liffey
commit: fa48f080467639fc11ac7f8feb2ddee3dadbf901
Author: Amy Liffey  gentoo  org>
AuthorDate: Wed Dec 14 11:34:50 2022 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Wed Dec 14 11:57:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa48f080

x11-misc/tint2: version bump 17.1.3

- Change upstream

Bug: https://bugs.gentoo.org/833135
Submitted-by:  Nikita Zlobin  gmail.com>
Signed-off-by: Amy Liffey  gentoo.org>

 x11-misc/tint2/Manifest|  1 +
 x11-misc/tint2/metadata.xml|  1 +
 x11-misc/tint2/tint2-17.1.3.ebuild | 68 ++
 3 files changed, 70 insertions(+)

diff --git a/x11-misc/tint2/Manifest b/x11-misc/tint2/Manifest
index 39e0ea97036b..557c765b4404 100644
--- a/x11-misc/tint2/Manifest
+++ b/x11-misc/tint2/Manifest
@@ -1,3 +1,4 @@
 DIST tint2-v16.7.tar.gz 551197 BLAKE2B 
ef1c5b3dea255e12f6dcea80a29f016e32e48f729f4be3e1fd7421c6fbdbbacde70f42f3052547dca8421b8343d4b41fbf2ea52b07aa4471974f9f0cc6eea7a7
 SHA512 
a9bb0b55536e09f70b1d14a5748635f5c5ec1b7b22517453a963b240ab593aae43c56e5cbc7b79d5f19103f0e13200faceb2d25afd66c3d941580424ae6d9d31
 DIST tint2-v17.0.1.tar.gz 553523 BLAKE2B 
112186c95561af22d67707a0d4d17462c3d32bd4c97165066a1c491c628359eabba3563b271a46e980dd65abaf42a4b59dc36c42ee3cdb2b6d6cde616e0acfe5
 SHA512 
cc887d1d9eb8b69135ec6f1e591c38b374605f36fa7609fc580de6a81f33ec98c74af0ba2ab326f1ae25d52b75d2056a48cc2a76d78da1fd27dfdf7818fe429b
 DIST tint2-v17.0.2.tar.gz 553734 BLAKE2B 
73cd89757963f1a3c3460a2e8e61891e77eb12b9809590dbbbc00df00d03e82d33d6175c7e3ff4623a3390e35fe1530263915b4574dedfd46d9401fbc90d769f
 SHA512 
9bfdf9ba33183ed60b95f73e58d9c1c22af83e9973a0e07ff2825d66d19c7103364426753a07eaecd4dbca278dfc6e22737bc6ce38d9b577b65f672f146e7aa2
+DIST tint2-v17.1.3.tar.gz 573472 BLAKE2B 
459833b0bde126bd99f7aa016df81ca81866d641ff8b55c54d397c7eef7f80b2bcb219d56dfdb42e10d21f09856d2d97fafe712c1b9f6002f6f0350c4dbc3685
 SHA512 
dfdfd011d35130955f243bf390f014fcc691448f284d635a9238616595155a3cd815aa229fd570ae58e94c58b439ae1545f7e13090e174117c50ca48679d0135

diff --git a/x11-misc/tint2/metadata.xml b/x11-misc/tint2/metadata.xml
index ac98df0a3697..ede6d14f0e56 100644
--- a/x11-misc/tint2/metadata.xml
+++ b/x11-misc/tint2/metadata.xml
@@ -7,6 +7,7 @@

Enable battery status plugin
Build/Install tint2conf as well
+   Enable ASAN

tint2 is a simple panel/taskbar 
intentionally made for 
x11-wm/openbox3, but should also work with other 
window managers.

diff --git a/x11-misc/tint2/tint2-17.1.3.ebuild 
b/x11-misc/tint2/tint2-17.1.3.ebuild
new file mode 100644
index ..0c3ec79c99a1
--- /dev/null
+++ b/x11-misc/tint2/tint2-17.1.3.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Lightweight panel/taskbar for Linux"
+HOMEPAGE="https://gitlab.com/nick87720z/tint2";
+SRC_URI="https://gitlab.com/nick87720z/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz";
+S=${WORKDIR}/${PN}-v${PV}
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~x86"
+IUSE="battery debug startup-notification sanitize svg tint2conf"
+
+DEPEND="
+   dev-libs/glib:2
+   svg? ( gnome-base/librsvg:2 )
+   >=media-libs/imlib2-1.4.2[X,png]
+   x11-libs/cairo[X]
+   x11-libs/pango
+   tint2conf? ( x11-libs/gtk+:3 )
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXinerama
+   >=x11-libs/libXrandr-1.3
+   x11-libs/libXrender
+   startup-notification? ( x11-libs/startup-notification )
+   debug? (
+   sys-libs/libunwind
+   )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   cmake_src_prepare
+   xdg_environment_reset
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
+   -DENABLE_ASAN=$(usex sanitize)
+   -DENABLE_BATTERY=$(usex battery)
+   -DENABLE_TINT2CONF=$(usex tint2conf)
+   -DENABLE_SN=$(usex startup-notification)
+   -DENABLE_RSVG=$(usex svg)
+   -DENABLE_BACKTRACE=$(usex debug)
+   -DENABLE_BACKTRACE_ON_SIGNAL=$(usex debug)
+   -DENABLE_TRACING=$(usex debug)
+   )
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/

2022-12-14 Thread Amy Liffey
commit: 1d5fac96db34624971dc1058a54b86022ac2248c
Author: Amy Liffey  gentoo  org>
AuthorDate: Wed Dec 14 11:59:14 2022 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Wed Dec 14 11:59:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d5fac96

x11-misc/tint2: drop 16.7, 17.0.1-r1

Signed-off-by: Amy Liffey  gentoo.org>

 x11-misc/tint2/Manifest   |  2 --
 x11-misc/tint2/tint2-16.7.ebuild  | 48 ---
 x11-misc/tint2/tint2-17.0.1-r1.ebuild | 48 ---
 3 files changed, 98 deletions(-)

diff --git a/x11-misc/tint2/Manifest b/x11-misc/tint2/Manifest
index 557c765b4404..4095172010b2 100644
--- a/x11-misc/tint2/Manifest
+++ b/x11-misc/tint2/Manifest
@@ -1,4 +1,2 @@
-DIST tint2-v16.7.tar.gz 551197 BLAKE2B 
ef1c5b3dea255e12f6dcea80a29f016e32e48f729f4be3e1fd7421c6fbdbbacde70f42f3052547dca8421b8343d4b41fbf2ea52b07aa4471974f9f0cc6eea7a7
 SHA512 
a9bb0b55536e09f70b1d14a5748635f5c5ec1b7b22517453a963b240ab593aae43c56e5cbc7b79d5f19103f0e13200faceb2d25afd66c3d941580424ae6d9d31
-DIST tint2-v17.0.1.tar.gz 553523 BLAKE2B 
112186c95561af22d67707a0d4d17462c3d32bd4c97165066a1c491c628359eabba3563b271a46e980dd65abaf42a4b59dc36c42ee3cdb2b6d6cde616e0acfe5
 SHA512 
cc887d1d9eb8b69135ec6f1e591c38b374605f36fa7609fc580de6a81f33ec98c74af0ba2ab326f1ae25d52b75d2056a48cc2a76d78da1fd27dfdf7818fe429b
 DIST tint2-v17.0.2.tar.gz 553734 BLAKE2B 
73cd89757963f1a3c3460a2e8e61891e77eb12b9809590dbbbc00df00d03e82d33d6175c7e3ff4623a3390e35fe1530263915b4574dedfd46d9401fbc90d769f
 SHA512 
9bfdf9ba33183ed60b95f73e58d9c1c22af83e9973a0e07ff2825d66d19c7103364426753a07eaecd4dbca278dfc6e22737bc6ce38d9b577b65f672f146e7aa2
 DIST tint2-v17.1.3.tar.gz 573472 BLAKE2B 
459833b0bde126bd99f7aa016df81ca81866d641ff8b55c54d397c7eef7f80b2bcb219d56dfdb42e10d21f09856d2d97fafe712c1b9f6002f6f0350c4dbc3685
 SHA512 
dfdfd011d35130955f243bf390f014fcc691448f284d635a9238616595155a3cd815aa229fd570ae58e94c58b439ae1545f7e13090e174117c50ca48679d0135

diff --git a/x11-misc/tint2/tint2-16.7.ebuild b/x11-misc/tint2/tint2-16.7.ebuild
deleted file mode 100644
index 3195e3b14200..
--- a/x11-misc/tint2/tint2-16.7.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg
-
-DESCRIPTION="Lightweight panel/taskbar for Linux"
-HOMEPAGE="https://gitlab.com/o9000/tint2";
-SRC_URI="https://gitlab.com/o9000/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz";
-S=${WORKDIR}/${PN}-v${PV}
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc x86"
-IUSE="battery startup-notification svg tint2conf"
-
-DEPEND="
-   dev-libs/glib:2
-   svg? ( gnome-base/librsvg:2 )
-   >=media-libs/imlib2-1.4.2[X,png]
-   x11-libs/cairo[X]
-   x11-libs/pango
-   tint2conf? ( x11-libs/gtk+:2 )
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXinerama
-   >=x11-libs/libXrandr-1.3
-   x11-libs/libXrender
-   startup-notification? ( x11-libs/startup-notification )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
-   -DENABLE_BATTERY="$(usex battery)"
-   -DENABLE_TINT2CONF="$(usex tint2conf)"
-   -DENABLE_SN="$(usex startup-notification)"
-   -DENABLE_RSVG="$(usex svg)"
-   )
-   cmake_src_configure
-}

diff --git a/x11-misc/tint2/tint2-17.0.1-r1.ebuild 
b/x11-misc/tint2/tint2-17.0.1-r1.ebuild
deleted file mode 100644
index 2486a789a670..
--- a/x11-misc/tint2/tint2-17.0.1-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg
-
-DESCRIPTION="Lightweight panel/taskbar for Linux"
-HOMEPAGE="https://gitlab.com/o9000/tint2";
-SRC_URI="https://gitlab.com/o9000/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz";
-S=${WORKDIR}/${PN}-v${PV}
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~x86"
-IUSE="battery startup-notification svg tint2conf"
-
-DEPEND="
-   dev-libs/glib:2
-   svg? ( gnome-base/librsvg:2 )
-   >=media-libs/imlib2-1.4.2[X,png]
-   x11-libs/cairo[X]
-   x11-libs/pango
-   tint2conf? ( x11-libs/gtk+:3 )
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXinerama
-   >=x11-libs/libXrandr-1.3
-   x11-libs/libXrender
-   startup-notification? ( x11-libs/startup-notification )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
-   -DENABLE_BATTERY="$(usex battery)"
-   -DENABLE_TINT2CONF="$(usex tint2conf)"
-   -DENABLE_SN="$(u

[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/

2022-11-29 Thread Sam James
commit: 07c70fa0cc1b85556d3fc68eeba13635a3460dc7
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 30 00:51:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 30 00:51:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c70fa0

x11-misc/tint2: Stabilize 17.0.2 x86, #883459

Signed-off-by: Sam James  gentoo.org>

 x11-misc/tint2/tint2-17.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/tint2/tint2-17.0.2.ebuild 
b/x11-misc/tint2/tint2-17.0.2.ebuild
index 5b68dcac9505..bf1274bc041a 100644
--- a/x11-misc/tint2/tint2-17.0.2.ebuild
+++ b/x11-misc/tint2/tint2-17.0.2.ebuild
@@ -12,7 +12,7 @@ S=${WORKDIR}/${PN}-v${PV}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc x86"
 IUSE="battery startup-notification svg tint2conf"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/

2022-11-29 Thread Jakov Smolić
commit: 1eceb9db44e513cff6290ba9c4cc20de6568cbd0
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Nov 29 21:45:30 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Nov 29 21:45:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eceb9db

x11-misc/tint2: Stabilize 17.0.2 amd64, #883459

Signed-off-by: Jakov Smolić  gentoo.org>

 x11-misc/tint2/tint2-17.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/tint2/tint2-17.0.2.ebuild 
b/x11-misc/tint2/tint2-17.0.2.ebuild
index 2486a789a670..5b68dcac9505 100644
--- a/x11-misc/tint2/tint2-17.0.2.ebuild
+++ b/x11-misc/tint2/tint2-17.0.2.ebuild
@@ -12,7 +12,7 @@ S=${WORKDIR}/${PN}-v${PV}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~x86"
 IUSE="battery startup-notification svg tint2conf"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/

2022-01-25 Thread Amy Liffey
commit: 3e331b69210e58ec14c61517019b78dc0af01615
Author: Amy Liffey  gentoo  org>
AuthorDate: Tue Jan 25 19:39:27 2022 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Tue Jan 25 19:39:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e331b69

x11-misc/tint2: version bump 17.0.2

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Amy Liffey  gentoo.org>

 x11-misc/tint2/Manifest|  1 +
 x11-misc/tint2/tint2-17.0.2.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/x11-misc/tint2/Manifest b/x11-misc/tint2/Manifest
index 793379334e43..39e0ea97036b 100644
--- a/x11-misc/tint2/Manifest
+++ b/x11-misc/tint2/Manifest
@@ -1,2 +1,3 @@
 DIST tint2-v16.7.tar.gz 551197 BLAKE2B 
ef1c5b3dea255e12f6dcea80a29f016e32e48f729f4be3e1fd7421c6fbdbbacde70f42f3052547dca8421b8343d4b41fbf2ea52b07aa4471974f9f0cc6eea7a7
 SHA512 
a9bb0b55536e09f70b1d14a5748635f5c5ec1b7b22517453a963b240ab593aae43c56e5cbc7b79d5f19103f0e13200faceb2d25afd66c3d941580424ae6d9d31
 DIST tint2-v17.0.1.tar.gz 553523 BLAKE2B 
112186c95561af22d67707a0d4d17462c3d32bd4c97165066a1c491c628359eabba3563b271a46e980dd65abaf42a4b59dc36c42ee3cdb2b6d6cde616e0acfe5
 SHA512 
cc887d1d9eb8b69135ec6f1e591c38b374605f36fa7609fc580de6a81f33ec98c74af0ba2ab326f1ae25d52b75d2056a48cc2a76d78da1fd27dfdf7818fe429b
+DIST tint2-v17.0.2.tar.gz 553734 BLAKE2B 
73cd89757963f1a3c3460a2e8e61891e77eb12b9809590dbbbc00df00d03e82d33d6175c7e3ff4623a3390e35fe1530263915b4574dedfd46d9401fbc90d769f
 SHA512 
9bfdf9ba33183ed60b95f73e58d9c1c22af83e9973a0e07ff2825d66d19c7103364426753a07eaecd4dbca278dfc6e22737bc6ce38d9b577b65f672f146e7aa2

diff --git a/x11-misc/tint2/tint2-17.0.2.ebuild 
b/x11-misc/tint2/tint2-17.0.2.ebuild
new file mode 100644
index ..2486a789a670
--- /dev/null
+++ b/x11-misc/tint2/tint2-17.0.2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="Lightweight panel/taskbar for Linux"
+HOMEPAGE="https://gitlab.com/o9000/tint2";
+SRC_URI="https://gitlab.com/o9000/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz";
+S=${WORKDIR}/${PN}-v${PV}
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~x86"
+IUSE="battery startup-notification svg tint2conf"
+
+DEPEND="
+   dev-libs/glib:2
+   svg? ( gnome-base/librsvg:2 )
+   >=media-libs/imlib2-1.4.2[X,png]
+   x11-libs/cairo[X]
+   x11-libs/pango
+   tint2conf? ( x11-libs/gtk+:3 )
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXinerama
+   >=x11-libs/libXrandr-1.3
+   x11-libs/libXrender
+   startup-notification? ( x11-libs/startup-notification )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
+   -DENABLE_BATTERY="$(usex battery)"
+   -DENABLE_TINT2CONF="$(usex tint2conf)"
+   -DENABLE_SN="$(usex startup-notification)"
+   -DENABLE_RSVG="$(usex svg)"
+   )
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/

2022-01-23 Thread Matt Turner
commit: bb7a7960732a257b4922aaf8a9ea94a92ae51acc
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jan 23 21:14:35 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jan 23 21:15:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb7a7960

x11-misc/tint2: Depend on x11-libs/gtk+:3

Closes: https://bugs.gentoo.org/831911
Signed-off-by: Matt Turner  gentoo.org>

 x11-misc/tint2/{tint2-17.0.1.ebuild => tint2-17.0.1-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/tint2/tint2-17.0.1.ebuild 
b/x11-misc/tint2/tint2-17.0.1-r1.ebuild
similarity index 93%
rename from x11-misc/tint2/tint2-17.0.1.ebuild
rename to x11-misc/tint2/tint2-17.0.1-r1.ebuild
index 7b5eec7cee85..2486a789a670 100644
--- a/x11-misc/tint2/tint2-17.0.1.ebuild
+++ b/x11-misc/tint2/tint2-17.0.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -21,7 +21,7 @@ DEPEND="
>=media-libs/imlib2-1.4.2[X,png]
x11-libs/cairo[X]
x11-libs/pango
-   tint2conf? ( x11-libs/gtk+:2 )
+   tint2conf? ( x11-libs/gtk+:3 )
x11-libs/libX11
x11-libs/libXcomposite
x11-libs/libXdamage



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/

2021-10-29 Thread Amy Liffey
commit: 4a91ebfb40bc97c92637cfde4f7a11bb04bebd72
Author: Amy Liffey  gentoo  org>
AuthorDate: Fri Oct 29 18:38:49 2021 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Fri Oct 29 18:39:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a91ebfb

x11-misc/tint2: version bump 17.0.1

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Amy Liffey  gentoo.org>

 x11-misc/tint2/Manifest|  1 +
 x11-misc/tint2/tint2-17.0.1.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/x11-misc/tint2/Manifest b/x11-misc/tint2/Manifest
index ecc77b3f47b..793379334e4 100644
--- a/x11-misc/tint2/Manifest
+++ b/x11-misc/tint2/Manifest
@@ -1 +1,2 @@
 DIST tint2-v16.7.tar.gz 551197 BLAKE2B 
ef1c5b3dea255e12f6dcea80a29f016e32e48f729f4be3e1fd7421c6fbdbbacde70f42f3052547dca8421b8343d4b41fbf2ea52b07aa4471974f9f0cc6eea7a7
 SHA512 
a9bb0b55536e09f70b1d14a5748635f5c5ec1b7b22517453a963b240ab593aae43c56e5cbc7b79d5f19103f0e13200faceb2d25afd66c3d941580424ae6d9d31
+DIST tint2-v17.0.1.tar.gz 553523 BLAKE2B 
112186c95561af22d67707a0d4d17462c3d32bd4c97165066a1c491c628359eabba3563b271a46e980dd65abaf42a4b59dc36c42ee3cdb2b6d6cde616e0acfe5
 SHA512 
cc887d1d9eb8b69135ec6f1e591c38b374605f36fa7609fc580de6a81f33ec98c74af0ba2ab326f1ae25d52b75d2056a48cc2a76d78da1fd27dfdf7818fe429b

diff --git a/x11-misc/tint2/tint2-17.0.1.ebuild 
b/x11-misc/tint2/tint2-17.0.1.ebuild
new file mode 100644
index 000..7b5eec7cee8
--- /dev/null
+++ b/x11-misc/tint2/tint2-17.0.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="Lightweight panel/taskbar for Linux"
+HOMEPAGE="https://gitlab.com/o9000/tint2";
+SRC_URI="https://gitlab.com/o9000/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz";
+S=${WORKDIR}/${PN}-v${PV}
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~x86"
+IUSE="battery startup-notification svg tint2conf"
+
+DEPEND="
+   dev-libs/glib:2
+   svg? ( gnome-base/librsvg:2 )
+   >=media-libs/imlib2-1.4.2[X,png]
+   x11-libs/cairo[X]
+   x11-libs/pango
+   tint2conf? ( x11-libs/gtk+:2 )
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXinerama
+   >=x11-libs/libXrandr-1.3
+   x11-libs/libXrender
+   startup-notification? ( x11-libs/startup-notification )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
+   -DENABLE_BATTERY="$(usex battery)"
+   -DENABLE_TINT2CONF="$(usex tint2conf)"
+   -DENABLE_SN="$(usex startup-notification)"
+   -DENABLE_RSVG="$(usex svg)"
+   )
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/

2021-09-08 Thread Sam James
commit: c115b400c5664c9cd4ce5128833e0a9bc1365ca6
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  9 04:21:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  9 04:21:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c115b400

x11-misc/tint2: Keyword 16.7 arm64, #807939

Signed-off-by: Sam James  gentoo.org>

 x11-misc/tint2/tint2-16.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/tint2/tint2-16.7.ebuild b/x11-misc/tint2/tint2-16.7.ebuild
index 41eb579f0be..3195e3b1420 100644
--- a/x11-misc/tint2/tint2-16.7.ebuild
+++ b/x11-misc/tint2/tint2-16.7.ebuild
@@ -12,7 +12,7 @@ S=${WORKDIR}/${PN}-v${PV}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ~arm64 ~ppc x86"
 IUSE="battery startup-notification svg tint2conf"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/

2021-02-14 Thread Andreas Sturmlechner
commit: 376f384501155f6989ca542fe867ff653ffcff0b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb 14 17:55:30 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb 14 21:51:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=376f3845

x11-misc/tint2: Drop 16.2, 16.6, 16.6.1

Bug: https://bugs.gentoo.org/730982
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-misc/tint2/Manifest|  3 --
 x11-misc/tint2/tint2-16.2.ebuild   | 60 --
 x11-misc/tint2/tint2-16.6.1.ebuild | 60 --
 x11-misc/tint2/tint2-16.6.ebuild   | 60 --
 4 files changed, 183 deletions(-)

diff --git a/x11-misc/tint2/Manifest b/x11-misc/tint2/Manifest
index 32848c306bc..ecc77b3f47b 100644
--- a/x11-misc/tint2/Manifest
+++ b/x11-misc/tint2/Manifest
@@ -1,4 +1 @@
-DIST tint2-16.2.tar.gz 537236 BLAKE2B 
b8ff236f4c21465603c3cdf1e3d9f62e238cfbd05fbb7976e4f90ac054566eb433d8be78ee657421b94465dceeb8461ace202090b08585693f13003d401e4faf
 SHA512 
0e267d59aef3d812ab41c1e5904e3e96162afd8d98c76dc697fe8c2815707f34a31e392f68260311bdc66fcb4c0b1766ad549ff30d4314e6ab2e2debf069cafe
-DIST tint2-16.6.1.tar.gz 546590 BLAKE2B 
0e970293b09ba766d795b7bc454f06c7a9e95a7c3534144583f5739fd275d3fee2568677f24b5d9b0809ebbc466351cfa17f91dbb726f5cdae3a0bdc9b9df16f
 SHA512 
ae3b8c7b1573f7bb993a587a125341e4018ace605b4b357a7d633beb02e7622443b92cd11b95028d4704e94211ae9f2e13e89cd3bca91474e7daba2fb9fc2b46
-DIST tint2-16.6.tar.gz 546960 BLAKE2B 
083e29d754c1faa9eff50dc480d18df99d64f44a2f88673f06e659d55de13c074eacf4614a57211d5b5aeec3a10f3d68471212d24a7280020b52fe91777d305d
 SHA512 
f81770f330d3f2462292f726a6a90ac0182c518b2db7d79f098babe52863e5ceaf4293f975708f83fbc26735c79fdfefd110102ef0f4be45ae242b4f664d72b1
 DIST tint2-v16.7.tar.gz 551197 BLAKE2B 
ef1c5b3dea255e12f6dcea80a29f016e32e48f729f4be3e1fd7421c6fbdbbacde70f42f3052547dca8421b8343d4b41fbf2ea52b07aa4471974f9f0cc6eea7a7
 SHA512 
a9bb0b55536e09f70b1d14a5748635f5c5ec1b7b22517453a963b240ab593aae43c56e5cbc7b79d5f19103f0e13200faceb2d25afd66c3d941580424ae6d9d31

diff --git a/x11-misc/tint2/tint2-16.2.ebuild b/x11-misc/tint2/tint2-16.2.ebuild
deleted file mode 100644
index 97820dabd24..000
--- a/x11-misc/tint2/tint2-16.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils vcs-snapshot
-
-DESCRIPTION="tint2 is a lightweight panel/taskbar for Linux."
-HOMEPAGE="https://gitlab.com/o9000/tint2";
-SRC_URI="https://gitlab.com/o9000/${PN}/repository/archive.tar.gz?ref=v${PV} 
-> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="battery svg startup-notification tint2conf"
-
-DEPEND="
-   dev-libs/glib:2
-   svg? ( gnome-base/librsvg:2 )
-   >=media-libs/imlib2-1.4.2[X,png]
-   x11-libs/cairo[X]
-   x11-libs/pango
-   tint2conf? ( x11-libs/gtk+:2 )
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXinerama
-   >=x11-libs/libXrandr-1.3
-   x11-libs/libXrender
-   startup-notification? ( x11-libs/startup-notification )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   -Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
-   -DENABLE_BATTERY="$(usex battery)"
-   -DENABLE_TINT2CONF="$(usex tint2conf)"
-   -DENABLE_SN="$(usex startup-notification)"
-   -DENABLE_RSVG="$(usex svg)"
-   )
-
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}

diff --git a/x11-misc/tint2/tint2-16.6.1.ebuild 
b/x11-misc/tint2/tint2-16.6.1.ebuild
deleted file mode 100644
index 5a5f9d056fd..000
--- a/x11-misc/tint2/tint2-16.6.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils vcs-snapshot
-
-DESCRIPTION="tint2 is a lightweight panel/taskbar for Linux."
-HOMEPAGE="https://gitlab.com/o9000/tint2";
-SRC_URI="https://gitlab.com/o9000/${PN}/repository/archive.tar.gz?ref=v${PV} 
-> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="battery svg startup-notification tint2conf"
-
-DEPEND="
-   dev-libs/glib:2
-   svg? ( gnome-base/librsvg:2 )
-   >=media-libs/imlib2-1.4.2[X,png]
-   x11-libs/cairo[X]
-   x11-libs/pango
-   tint2conf? ( x11-libs/gtk+:2 )
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXinerama
-   >=x11-libs/libXrandr-1.3
-   x11-libs/libXr

[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/

2021-02-14 Thread Andreas Sturmlechner
commit: d38362c5c37d5fa8a8cfe31e5d074639fc47d110
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb 14 17:58:23 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb 14 21:51:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d38362c5

x11-misc/tint2: Port to cmake.eclass, drop superfluous phase functions

Fix DESCRIPTION to not contain PN.
xdg_environment_reset is already called by cmake_src_prepare.

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-misc/tint2/tint2-16.7.ebuild | 30 ++
 1 file changed, 6 insertions(+), 24 deletions(-)

diff --git a/x11-misc/tint2/tint2-16.7.ebuild b/x11-misc/tint2/tint2-16.7.ebuild
index f71adacd17f..41eb579f0be 100644
--- a/x11-misc/tint2/tint2-16.7.ebuild
+++ b/x11-misc/tint2/tint2-16.7.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils xdg
+inherit cmake xdg
 
-DESCRIPTION="tint2 is a lightweight panel/taskbar for Linux."
+DESCRIPTION="Lightweight panel/taskbar for Linux"
 HOMEPAGE="https://gitlab.com/o9000/tint2";
 SRC_URI="https://gitlab.com/o9000/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz";
 S=${WORKDIR}/${PN}-v${PV}
@@ -13,7 +13,7 @@ S=${WORKDIR}/${PN}-v${PV}
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
-IUSE="battery svg startup-notification tint2conf"
+IUSE="battery startup-notification svg tint2conf"
 
 DEPEND="
dev-libs/glib:2
@@ -33,8 +33,7 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_prepare() {
-   xdg_src_prepare
-   cmake-utils_src_prepare
+   cmake_src_prepare
 }
 
 src_configure() {
@@ -45,22 +44,5 @@ src_configure() {
-DENABLE_SN="$(usex startup-notification)"
-DENABLE_RSVG="$(usex svg)"
)
-
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-}
-
-pkg_preinst() {
-   xdg_pkg_preinst
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
+   cmake_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/

2020-07-22 Thread Agostino Sarubbo
commit: 5df89e5f2cfa0efba507fff9cc5d54b70ae68964
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul 22 09:01:07 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul 22 09:01:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5df89e5f

x11-misc/tint2: amd64 stable wrt bug #730982

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-misc/tint2/tint2-16.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/tint2/tint2-16.7.ebuild b/x11-misc/tint2/tint2-16.7.ebuild
index 8072040e478..f71adacd17f 100644
--- a/x11-misc/tint2/tint2-16.7.ebuild
+++ b/x11-misc/tint2/tint2-16.7.ebuild
@@ -12,7 +12,7 @@ S=${WORKDIR}/${PN}-v${PV}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="battery svg startup-notification tint2conf"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/

2020-07-21 Thread Agostino Sarubbo
commit: 955e50320506a8681ab94608ccd155e6411dc0a1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul 21 10:44:25 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul 21 10:44:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=955e5032

x11-misc/tint2: x86 stable wrt bug #730982

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-misc/tint2/tint2-16.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/tint2/tint2-16.7.ebuild b/x11-misc/tint2/tint2-16.7.ebuild
index 1a088f5d1ab..8072040e478 100644
--- a/x11-misc/tint2/tint2-16.7.ebuild
+++ b/x11-misc/tint2/tint2-16.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ S=${WORKDIR}/${PN}-v${PV}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="battery svg startup-notification tint2conf"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/

2019-11-10 Thread Michał Górny
commit: 32c8b60c0bb74d90a33b07ebba4f82aa861d2d10
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 10 15:25:08 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 10 15:27:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32c8b60c

x11-misc/tint2: [QA] Fix ObsoleteUri

Signed-off-by: Michał Górny  gentoo.org>

 x11-misc/tint2/Manifest  | 2 +-
 x11-misc/tint2/tint2-16.7.ebuild | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/x11-misc/tint2/Manifest b/x11-misc/tint2/Manifest
index 092682d2c56..32848c306bc 100644
--- a/x11-misc/tint2/Manifest
+++ b/x11-misc/tint2/Manifest
@@ -1,4 +1,4 @@
 DIST tint2-16.2.tar.gz 537236 BLAKE2B 
b8ff236f4c21465603c3cdf1e3d9f62e238cfbd05fbb7976e4f90ac054566eb433d8be78ee657421b94465dceeb8461ace202090b08585693f13003d401e4faf
 SHA512 
0e267d59aef3d812ab41c1e5904e3e96162afd8d98c76dc697fe8c2815707f34a31e392f68260311bdc66fcb4c0b1766ad549ff30d4314e6ab2e2debf069cafe
 DIST tint2-16.6.1.tar.gz 546590 BLAKE2B 
0e970293b09ba766d795b7bc454f06c7a9e95a7c3534144583f5739fd275d3fee2568677f24b5d9b0809ebbc466351cfa17f91dbb726f5cdae3a0bdc9b9df16f
 SHA512 
ae3b8c7b1573f7bb993a587a125341e4018ace605b4b357a7d633beb02e7622443b92cd11b95028d4704e94211ae9f2e13e89cd3bca91474e7daba2fb9fc2b46
 DIST tint2-16.6.tar.gz 546960 BLAKE2B 
083e29d754c1faa9eff50dc480d18df99d64f44a2f88673f06e659d55de13c074eacf4614a57211d5b5aeec3a10f3d68471212d24a7280020b52fe91777d305d
 SHA512 
f81770f330d3f2462292f726a6a90ac0182c518b2db7d79f098babe52863e5ceaf4293f975708f83fbc26735c79fdfefd110102ef0f4be45ae242b4f664d72b1
-DIST tint2-16.7.tar.gz 551525 BLAKE2B 
890018f219cac86dcfdacb292799ef83a4f039a6c617bd719d57eed317eb5882889e5241283aed3eb174f3d20a5d2468c138f613ad62503a9d365a54c59f
 SHA512 
7f0a7bf8514d698df078fbc4103f82ba926aba3eeef709cace35de1a5f5dce0ac00eede7445e62ac19ef7b84da9fbe7dd61c65f3fc4436bf34997bdee511c5c3
+DIST tint2-v16.7.tar.gz 551197 BLAKE2B 
ef1c5b3dea255e12f6dcea80a29f016e32e48f729f4be3e1fd7421c6fbdbbacde70f42f3052547dca8421b8343d4b41fbf2ea52b07aa4471974f9f0cc6eea7a7
 SHA512 
a9bb0b55536e09f70b1d14a5748635f5c5ec1b7b22517453a963b240ab593aae43c56e5cbc7b79d5f19103f0e13200faceb2d25afd66c3d941580424ae6d9d31

diff --git a/x11-misc/tint2/tint2-16.7.ebuild b/x11-misc/tint2/tint2-16.7.ebuild
index 40278f4826f..1a088f5d1ab 100644
--- a/x11-misc/tint2/tint2-16.7.ebuild
+++ b/x11-misc/tint2/tint2-16.7.ebuild
@@ -3,11 +3,12 @@
 
 EAPI=7
 
-inherit cmake-utils vcs-snapshot xdg
+inherit cmake-utils xdg
 
 DESCRIPTION="tint2 is a lightweight panel/taskbar for Linux."
 HOMEPAGE="https://gitlab.com/o9000/tint2";
-SRC_URI="https://gitlab.com/o9000/${PN}/repository/archive.tar.gz?ref=v${PV} 
-> ${P}.tar.gz"
+SRC_URI="https://gitlab.com/o9000/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz";
+S=${WORKDIR}/${PN}-v${PV}
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/

2019-11-07 Thread Amy Liffey
commit: a1808739511245240a6ac3344ca2b43548db4879
Author: Amy Liffey  gentoo  org>
AuthorDate: Thu Nov  7 18:59:16 2019 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Thu Nov  7 19:00:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1808739

x11-misc/tint2: version bump 16.7

Closes: https://bugs.gentoo.org/699542
Submitted-by:  Aaron W. Swenson  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Amy Liffey  gentoo.org>

 x11-misc/tint2/Manifest  |  1 +
 x11-misc/tint2/tint2-16.7.ebuild | 65 
 2 files changed, 66 insertions(+)

diff --git a/x11-misc/tint2/Manifest b/x11-misc/tint2/Manifest
index ae9affc21a6..092682d2c56 100644
--- a/x11-misc/tint2/Manifest
+++ b/x11-misc/tint2/Manifest
@@ -1,3 +1,4 @@
 DIST tint2-16.2.tar.gz 537236 BLAKE2B 
b8ff236f4c21465603c3cdf1e3d9f62e238cfbd05fbb7976e4f90ac054566eb433d8be78ee657421b94465dceeb8461ace202090b08585693f13003d401e4faf
 SHA512 
0e267d59aef3d812ab41c1e5904e3e96162afd8d98c76dc697fe8c2815707f34a31e392f68260311bdc66fcb4c0b1766ad549ff30d4314e6ab2e2debf069cafe
 DIST tint2-16.6.1.tar.gz 546590 BLAKE2B 
0e970293b09ba766d795b7bc454f06c7a9e95a7c3534144583f5739fd275d3fee2568677f24b5d9b0809ebbc466351cfa17f91dbb726f5cdae3a0bdc9b9df16f
 SHA512 
ae3b8c7b1573f7bb993a587a125341e4018ace605b4b357a7d633beb02e7622443b92cd11b95028d4704e94211ae9f2e13e89cd3bca91474e7daba2fb9fc2b46
 DIST tint2-16.6.tar.gz 546960 BLAKE2B 
083e29d754c1faa9eff50dc480d18df99d64f44a2f88673f06e659d55de13c074eacf4614a57211d5b5aeec3a10f3d68471212d24a7280020b52fe91777d305d
 SHA512 
f81770f330d3f2462292f726a6a90ac0182c518b2db7d79f098babe52863e5ceaf4293f975708f83fbc26735c79fdfefd110102ef0f4be45ae242b4f664d72b1
+DIST tint2-16.7.tar.gz 551525 BLAKE2B 
890018f219cac86dcfdacb292799ef83a4f039a6c617bd719d57eed317eb5882889e5241283aed3eb174f3d20a5d2468c138f613ad62503a9d365a54c59f
 SHA512 
7f0a7bf8514d698df078fbc4103f82ba926aba3eeef709cace35de1a5f5dce0ac00eede7445e62ac19ef7b84da9fbe7dd61c65f3fc4436bf34997bdee511c5c3

diff --git a/x11-misc/tint2/tint2-16.7.ebuild b/x11-misc/tint2/tint2-16.7.ebuild
new file mode 100644
index 000..40278f4826f
--- /dev/null
+++ b/x11-misc/tint2/tint2-16.7.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils vcs-snapshot xdg
+
+DESCRIPTION="tint2 is a lightweight panel/taskbar for Linux."
+HOMEPAGE="https://gitlab.com/o9000/tint2";
+SRC_URI="https://gitlab.com/o9000/${PN}/repository/archive.tar.gz?ref=v${PV} 
-> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="battery svg startup-notification tint2conf"
+
+DEPEND="
+   dev-libs/glib:2
+   svg? ( gnome-base/librsvg:2 )
+   >=media-libs/imlib2-1.4.2[X,png]
+   x11-libs/cairo[X]
+   x11-libs/pango
+   tint2conf? ( x11-libs/gtk+:2 )
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXinerama
+   >=x11-libs/libXrandr-1.3
+   x11-libs/libXrender
+   startup-notification? ( x11-libs/startup-notification )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   xdg_src_prepare
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
+   -DENABLE_BATTERY="$(usex battery)"
+   -DENABLE_TINT2CONF="$(usex tint2conf)"
+   -DENABLE_SN="$(usex startup-notification)"
+   -DENABLE_RSVG="$(usex svg)"
+   )
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+}
+
+pkg_preinst() {
+   xdg_pkg_preinst
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/files/, x11-misc/tint2/

2018-12-25 Thread Amy Liffey
commit: 3a99da8be98adaf1d5ba5360da18da3834b91be5
Author: Amy Liffey  gentoo  org>
AuthorDate: Tue Dec 25 21:08:58 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Tue Dec 25 21:21:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a99da8b

x11-misc/tint2: remove old versions 0.12 - 16.1

Signed-off-by: Amy Liffey  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 x11-misc/tint2/Manifest|  4 --
 .../0.12.12-fix-compilation-without-svg.patch  | 18 --
 .../0.12.12-no-hardcode-update-icon-cache.patch| 34 ---
 .../tint2/files/0.12.12-relax-pango-includes.patch | 26 -
 x11-misc/tint2/files/0.14.6-sysconfdir-xdg2.patch  | 12 
 x11-misc/tint2/tint2-0.12.12.ebuild| 65 --
 x11-misc/tint2/tint2-0.14.6-r2.ebuild  | 63 -
 x11-misc/tint2/tint2-15.3.ebuild   | 60 
 x11-misc/tint2/tint2-16.1.ebuild   | 60 
 9 files changed, 342 deletions(-)

diff --git a/x11-misc/tint2/Manifest b/x11-misc/tint2/Manifest
index 6995713920a..ae9affc21a6 100644
--- a/x11-misc/tint2/Manifest
+++ b/x11-misc/tint2/Manifest
@@ -1,7 +1,3 @@
-DIST tint2-0.12.12.tar.gz 469724 BLAKE2B 
cfb9eb702680e23f7f9c9b98c8853d1e059a4d189347496eaa9e667bb91852b66dfc451d310d0194971b03c8a68ba60a596b380cae046e3d34a75a65523f2bf6
 SHA512 
10a1f42df6a66f6e092d69cd0ea3d900dcef57b06391206d950a1d7f576a880829bb44d00828a030d3172184db238a22f205169c12cc32cf42c6321d61929a8c
-DIST tint2-0.14.6.tar.gz 466533 BLAKE2B 
c7308771e8a5a7d49410d99779ee54fd19b7d5b71d6c04eb3835100f74df5c12d692b50ce57a2a31f4956c09e404acd8cfd2bd1ef87e6fc55f21f583f5a13977
 SHA512 
eb1505bef932aa0cd0291dc762d3c9cbe760e3fea0684fc604aa3cae3f5ddf63e5b791db745eb29384e4732e6de09a01084f3ce2a92931b431cdf69a59b1f6da
-DIST tint2-15.3.tar.gz 500301 BLAKE2B 
b8b405f1c56c3de41f672dc02acef893b0650fadca9a4823c7b249661e8675e01c92c9c1588d32c2836596f34c4dbc1e5d2608cff3c75590d7eeac9e925eb874
 SHA512 
41ae8f8e3aac6fe55539c531889ec2883534072ad398f0693e4bfd39c80dd4c64d635a36e063f741fe89fd461f66f92adf6acdde553e0f8b169992d94dc0e344
-DIST tint2-16.1.tar.gz 534354 BLAKE2B 
540287bd952ba8b54372d45055efe216dc4d9d192e33d6f83f2c734e97b9e350c7be0cb3e19d414f4e11c0bb7b505307899dea9c10ac382737a2507f7df4fdcc
 SHA512 
c6319d5692d53e56c150906c32c794ee4237e06455efb68527b379b4ae00c48d996c63ea02ee6aefc70266335eb4cb08b4731556075c46d435b7861de6eefd3c
 DIST tint2-16.2.tar.gz 537236 BLAKE2B 
b8ff236f4c21465603c3cdf1e3d9f62e238cfbd05fbb7976e4f90ac054566eb433d8be78ee657421b94465dceeb8461ace202090b08585693f13003d401e4faf
 SHA512 
0e267d59aef3d812ab41c1e5904e3e96162afd8d98c76dc697fe8c2815707f34a31e392f68260311bdc66fcb4c0b1766ad549ff30d4314e6ab2e2debf069cafe
 DIST tint2-16.6.1.tar.gz 546590 BLAKE2B 
0e970293b09ba766d795b7bc454f06c7a9e95a7c3534144583f5739fd275d3fee2568677f24b5d9b0809ebbc466351cfa17f91dbb726f5cdae3a0bdc9b9df16f
 SHA512 
ae3b8c7b1573f7bb993a587a125341e4018ace605b4b357a7d633beb02e7622443b92cd11b95028d4704e94211ae9f2e13e89cd3bca91474e7daba2fb9fc2b46
 DIST tint2-16.6.tar.gz 546960 BLAKE2B 
083e29d754c1faa9eff50dc480d18df99d64f44a2f88673f06e659d55de13c074eacf4614a57211d5b5aeec3a10f3d68471212d24a7280020b52fe91777d305d
 SHA512 
f81770f330d3f2462292f726a6a90ac0182c518b2db7d79f098babe52863e5ceaf4293f975708f83fbc26735c79fdfefd110102ef0f4be45ae242b4f664d72b1

diff --git a/x11-misc/tint2/files/0.12.12-fix-compilation-without-svg.patch 
b/x11-misc/tint2/files/0.12.12-fix-compilation-without-svg.patch
deleted file mode 100644
index c6da687baca..000
--- a/x11-misc/tint2/files/0.12.12-fix-compilation-without-svg.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-From 2c42a787257e0801b8454fd8960d6794831cedea Mon Sep 17 00:00:00 2001
-From: o9000 
-Date: Sat, 8 Oct 2016 15:02:28 +0200
-Subject: Fix compilation with ENABLE_RSVG=OFF (fixes issue #602)
-
-
-diff --git a/src/launcher/launcher.c b/src/launcher/launcher.c
-index 0b4172f..0052e90 100644
 a/src/launcher/launcher.c
-+++ b/src/launcher/launcher.c
-@@ -30,7 +30,6 @@
- #include 
- #include 
- #include 
--#include 
- #include 
- 
- #include "window.h"

diff --git a/x11-misc/tint2/files/0.12.12-no-hardcode-update-icon-cache.patch 
b/x11-misc/tint2/files/0.12.12-no-hardcode-update-icon-cache.patch
deleted file mode 100644
index 21a80eb36d4..000
--- a/x11-misc/tint2/files/0.12.12-no-hardcode-update-icon-cache.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 6306f9920f639cf092ca3f1935ac7aa202f78c86 Mon Sep 17 00:00:00 2001
-From: Yuri Konotopov 
-Date: Fri, 13 Jan 2017 19:06:43 +0400
-Subject: [PATCH] cmake: do not hardcode icon cache update
-

- CMakeLists.txt   | 1 -
- src/tint2conf/CMakeLists.txt | 1 -
- 2 files changed, 2 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index b4a1089..ef06393 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -241,7 +241,6 @@ set_target_properties( tint2 PROPERTIES LINK_FLAGS 
"-pth

[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/

2018-12-25 Thread Mikle Kolyada
commit: 49df390eeda0be64f181a4108b9f720a28d9edb3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Dec 25 20:43:39 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Dec 25 20:43:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49df390e

x11-misc/tint2: amd64/x86 stable wrt bug #673732

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 x11-misc/tint2/tint2-16.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/tint2/tint2-16.2.ebuild b/x11-misc/tint2/tint2-16.2.ebuild
index e901507e5ac..97820dabd24 100644
--- a/x11-misc/tint2/tint2-16.2.ebuild
+++ b/x11-misc/tint2/tint2-16.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitlab.com/o9000/${PN}/repository/archive.tar.gz?ref=v${PV} ->
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="battery svg startup-notification tint2conf"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/

2018-12-25 Thread Amy Liffey
commit: 3ff042c52f23d6ceeb911ed866d2681ba299ff23
Author: Amy Liffey  gentoo  org>
AuthorDate: Tue Dec 25 20:10:48 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Tue Dec 25 20:12:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ff042c5

x11-misc/tint2: version bump 16.6.1

Closes: https://bugs.gentoo.org/673726
Signed-off-by: Amy Liffey  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 x11-misc/tint2/Manifest|  1 +
 x11-misc/tint2/tint2-16.6.1.ebuild | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/x11-misc/tint2/Manifest b/x11-misc/tint2/Manifest
index 2fd4826ff46..6995713920a 100644
--- a/x11-misc/tint2/Manifest
+++ b/x11-misc/tint2/Manifest
@@ -3,4 +3,5 @@ DIST tint2-0.14.6.tar.gz 466533 BLAKE2B 
c7308771e8a5a7d49410d99779ee54fd19b7d5b7
 DIST tint2-15.3.tar.gz 500301 BLAKE2B 
b8b405f1c56c3de41f672dc02acef893b0650fadca9a4823c7b249661e8675e01c92c9c1588d32c2836596f34c4dbc1e5d2608cff3c75590d7eeac9e925eb874
 SHA512 
41ae8f8e3aac6fe55539c531889ec2883534072ad398f0693e4bfd39c80dd4c64d635a36e063f741fe89fd461f66f92adf6acdde553e0f8b169992d94dc0e344
 DIST tint2-16.1.tar.gz 534354 BLAKE2B 
540287bd952ba8b54372d45055efe216dc4d9d192e33d6f83f2c734e97b9e350c7be0cb3e19d414f4e11c0bb7b505307899dea9c10ac382737a2507f7df4fdcc
 SHA512 
c6319d5692d53e56c150906c32c794ee4237e06455efb68527b379b4ae00c48d996c63ea02ee6aefc70266335eb4cb08b4731556075c46d435b7861de6eefd3c
 DIST tint2-16.2.tar.gz 537236 BLAKE2B 
b8ff236f4c21465603c3cdf1e3d9f62e238cfbd05fbb7976e4f90ac054566eb433d8be78ee657421b94465dceeb8461ace202090b08585693f13003d401e4faf
 SHA512 
0e267d59aef3d812ab41c1e5904e3e96162afd8d98c76dc697fe8c2815707f34a31e392f68260311bdc66fcb4c0b1766ad549ff30d4314e6ab2e2debf069cafe
+DIST tint2-16.6.1.tar.gz 546590 BLAKE2B 
0e970293b09ba766d795b7bc454f06c7a9e95a7c3534144583f5739fd275d3fee2568677f24b5d9b0809ebbc466351cfa17f91dbb726f5cdae3a0bdc9b9df16f
 SHA512 
ae3b8c7b1573f7bb993a587a125341e4018ace605b4b357a7d633beb02e7622443b92cd11b95028d4704e94211ae9f2e13e89cd3bca91474e7daba2fb9fc2b46
 DIST tint2-16.6.tar.gz 546960 BLAKE2B 
083e29d754c1faa9eff50dc480d18df99d64f44a2f88673f06e659d55de13c074eacf4614a57211d5b5aeec3a10f3d68471212d24a7280020b52fe91777d305d
 SHA512 
f81770f330d3f2462292f726a6a90ac0182c518b2db7d79f098babe52863e5ceaf4293f975708f83fbc26735c79fdfefd110102ef0f4be45ae242b4f664d72b1

diff --git a/x11-misc/tint2/tint2-16.6.1.ebuild 
b/x11-misc/tint2/tint2-16.6.1.ebuild
new file mode 100644
index 000..5a5f9d056fd
--- /dev/null
+++ b/x11-misc/tint2/tint2-16.6.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils vcs-snapshot
+
+DESCRIPTION="tint2 is a lightweight panel/taskbar for Linux."
+HOMEPAGE="https://gitlab.com/o9000/tint2";
+SRC_URI="https://gitlab.com/o9000/${PN}/repository/archive.tar.gz?ref=v${PV} 
-> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="battery svg startup-notification tint2conf"
+
+DEPEND="
+   dev-libs/glib:2
+   svg? ( gnome-base/librsvg:2 )
+   >=media-libs/imlib2-1.4.2[X,png]
+   x11-libs/cairo[X]
+   x11-libs/pango
+   tint2conf? ( x11-libs/gtk+:2 )
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXinerama
+   >=x11-libs/libXrandr-1.3
+   x11-libs/libXrender
+   startup-notification? ( x11-libs/startup-notification )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
+   -DENABLE_BATTERY="$(usex battery)"
+   -DENABLE_TINT2CONF="$(usex tint2conf)"
+   -DENABLE_SN="$(usex startup-notification)"
+   -DENABLE_RSVG="$(usex svg)"
+   )
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/

2018-08-12 Thread Sergei Trofimovich
commit: 11d91f70392986b2f7a6726b8659f737ab47ca3c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Aug 12 13:23:33 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Aug 12 13:24:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11d91f70

x11-misc/tint2: keyworded 16.2 for ppc, bug #656254

Package-Manager: Portage-2.3.46, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc"

 x11-misc/tint2/tint2-16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/tint2/tint2-16.2.ebuild b/x11-misc/tint2/tint2-16.2.ebuild
index f7cbd25ca6f..e901507e5ac 100644
--- a/x11-misc/tint2/tint2-16.2.ebuild
+++ b/x11-misc/tint2/tint2-16.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitlab.com/o9000/${PN}/repository/archive.tar.gz?ref=v${PV} ->
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="battery svg startup-notification tint2conf"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/

2018-08-12 Thread Sergei Trofimovich
commit: 392f05aa1d47d918b2546b6b85497dc6d69e9019
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Aug 12 13:23:44 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Aug 12 13:24:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=392f05aa

x11-misc/tint2: keyworded 16.6 for ppc, bug #656254

Package-Manager: Portage-2.3.46, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc"

 x11-misc/tint2/tint2-16.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/tint2/tint2-16.6.ebuild b/x11-misc/tint2/tint2-16.6.ebuild
index f7cbd25ca6f..e901507e5ac 100644
--- a/x11-misc/tint2/tint2-16.6.ebuild
+++ b/x11-misc/tint2/tint2-16.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitlab.com/o9000/${PN}/repository/archive.tar.gz?ref=v${PV} ->
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="battery svg startup-notification tint2conf"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/

2018-08-05 Thread Amy Liffey
commit: 1c3fb21c517009fddde44fa3b68cf4b38ef92a25
Author: Amy Liffey  gentoo  org>
AuthorDate: Sun Aug  5 15:02:02 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Sun Aug  5 15:02:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c3fb21c

x11-misc/tint2: version bump 16.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/tint2/Manifest  |  1 +
 x11-misc/tint2/tint2-16.6.ebuild | 60 
 2 files changed, 61 insertions(+)

diff --git a/x11-misc/tint2/Manifest b/x11-misc/tint2/Manifest
index 7ca307b94e2..2fd4826ff46 100644
--- a/x11-misc/tint2/Manifest
+++ b/x11-misc/tint2/Manifest
@@ -3,3 +3,4 @@ DIST tint2-0.14.6.tar.gz 466533 BLAKE2B 
c7308771e8a5a7d49410d99779ee54fd19b7d5b7
 DIST tint2-15.3.tar.gz 500301 BLAKE2B 
b8b405f1c56c3de41f672dc02acef893b0650fadca9a4823c7b249661e8675e01c92c9c1588d32c2836596f34c4dbc1e5d2608cff3c75590d7eeac9e925eb874
 SHA512 
41ae8f8e3aac6fe55539c531889ec2883534072ad398f0693e4bfd39c80dd4c64d635a36e063f741fe89fd461f66f92adf6acdde553e0f8b169992d94dc0e344
 DIST tint2-16.1.tar.gz 534354 BLAKE2B 
540287bd952ba8b54372d45055efe216dc4d9d192e33d6f83f2c734e97b9e350c7be0cb3e19d414f4e11c0bb7b505307899dea9c10ac382737a2507f7df4fdcc
 SHA512 
c6319d5692d53e56c150906c32c794ee4237e06455efb68527b379b4ae00c48d996c63ea02ee6aefc70266335eb4cb08b4731556075c46d435b7861de6eefd3c
 DIST tint2-16.2.tar.gz 537236 BLAKE2B 
b8ff236f4c21465603c3cdf1e3d9f62e238cfbd05fbb7976e4f90ac054566eb433d8be78ee657421b94465dceeb8461ace202090b08585693f13003d401e4faf
 SHA512 
0e267d59aef3d812ab41c1e5904e3e96162afd8d98c76dc697fe8c2815707f34a31e392f68260311bdc66fcb4c0b1766ad549ff30d4314e6ab2e2debf069cafe
+DIST tint2-16.6.tar.gz 546960 BLAKE2B 
083e29d754c1faa9eff50dc480d18df99d64f44a2f88673f06e659d55de13c074eacf4614a57211d5b5aeec3a10f3d68471212d24a7280020b52fe91777d305d
 SHA512 
f81770f330d3f2462292f726a6a90ac0182c518b2db7d79f098babe52863e5ceaf4293f975708f83fbc26735c79fdfefd110102ef0f4be45ae242b4f664d72b1

diff --git a/x11-misc/tint2/tint2-16.6.ebuild b/x11-misc/tint2/tint2-16.6.ebuild
new file mode 100644
index 000..f7cbd25ca6f
--- /dev/null
+++ b/x11-misc/tint2/tint2-16.6.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils vcs-snapshot
+
+DESCRIPTION="tint2 is a lightweight panel/taskbar for Linux."
+HOMEPAGE="https://gitlab.com/o9000/tint2";
+SRC_URI="https://gitlab.com/o9000/${PN}/repository/archive.tar.gz?ref=v${PV} 
-> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="battery svg startup-notification tint2conf"
+
+DEPEND="
+   dev-libs/glib:2
+   svg? ( gnome-base/librsvg:2 )
+   >=media-libs/imlib2-1.4.2[X,png]
+   x11-libs/cairo[X]
+   x11-libs/pango
+   tint2conf? ( x11-libs/gtk+:2 )
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXinerama
+   >=x11-libs/libXrandr-1.3
+   x11-libs/libXrender
+   startup-notification? ( x11-libs/startup-notification )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
+   -DENABLE_BATTERY="$(usex battery)"
+   -DENABLE_TINT2CONF="$(usex tint2conf)"
+   -DENABLE_SN="$(usex startup-notification)"
+   -DENABLE_RSVG="$(usex svg)"
+   )
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/

2018-01-21 Thread Amy Liffey
commit: 37b3662c46e07695ef551ac692590ca00c82dc0d
Author: Amy Liffey  gentoo  org>
AuthorDate: Sun Jan 21 08:49:23 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Sun Jan 21 08:49:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b3662c

x11-misc/tint2: version bump 16.2

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 x11-misc/tint2/Manifest  |  1 +
 x11-misc/tint2/tint2-16.2.ebuild | 60 
 2 files changed, 61 insertions(+)

diff --git a/x11-misc/tint2/Manifest b/x11-misc/tint2/Manifest
index e76a47b67ef..7ca307b94e2 100644
--- a/x11-misc/tint2/Manifest
+++ b/x11-misc/tint2/Manifest
@@ -2,3 +2,4 @@ DIST tint2-0.12.12.tar.gz 469724 BLAKE2B 
cfb9eb702680e23f7f9c9b98c8853d1e059a4d1
 DIST tint2-0.14.6.tar.gz 466533 BLAKE2B 
c7308771e8a5a7d49410d99779ee54fd19b7d5b71d6c04eb3835100f74df5c12d692b50ce57a2a31f4956c09e404acd8cfd2bd1ef87e6fc55f21f583f5a13977
 SHA512 
eb1505bef932aa0cd0291dc762d3c9cbe760e3fea0684fc604aa3cae3f5ddf63e5b791db745eb29384e4732e6de09a01084f3ce2a92931b431cdf69a59b1f6da
 DIST tint2-15.3.tar.gz 500301 BLAKE2B 
b8b405f1c56c3de41f672dc02acef893b0650fadca9a4823c7b249661e8675e01c92c9c1588d32c2836596f34c4dbc1e5d2608cff3c75590d7eeac9e925eb874
 SHA512 
41ae8f8e3aac6fe55539c531889ec2883534072ad398f0693e4bfd39c80dd4c64d635a36e063f741fe89fd461f66f92adf6acdde553e0f8b169992d94dc0e344
 DIST tint2-16.1.tar.gz 534354 BLAKE2B 
540287bd952ba8b54372d45055efe216dc4d9d192e33d6f83f2c734e97b9e350c7be0cb3e19d414f4e11c0bb7b505307899dea9c10ac382737a2507f7df4fdcc
 SHA512 
c6319d5692d53e56c150906c32c794ee4237e06455efb68527b379b4ae00c48d996c63ea02ee6aefc70266335eb4cb08b4731556075c46d435b7861de6eefd3c
+DIST tint2-16.2.tar.gz 537236 BLAKE2B 
b8ff236f4c21465603c3cdf1e3d9f62e238cfbd05fbb7976e4f90ac054566eb433d8be78ee657421b94465dceeb8461ace202090b08585693f13003d401e4faf
 SHA512 
0e267d59aef3d812ab41c1e5904e3e96162afd8d98c76dc697fe8c2815707f34a31e392f68260311bdc66fcb4c0b1766ad549ff30d4314e6ab2e2debf069cafe

diff --git a/x11-misc/tint2/tint2-16.2.ebuild b/x11-misc/tint2/tint2-16.2.ebuild
new file mode 100644
index 000..f7cbd25ca6f
--- /dev/null
+++ b/x11-misc/tint2/tint2-16.2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils vcs-snapshot
+
+DESCRIPTION="tint2 is a lightweight panel/taskbar for Linux."
+HOMEPAGE="https://gitlab.com/o9000/tint2";
+SRC_URI="https://gitlab.com/o9000/${PN}/repository/archive.tar.gz?ref=v${PV} 
-> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="battery svg startup-notification tint2conf"
+
+DEPEND="
+   dev-libs/glib:2
+   svg? ( gnome-base/librsvg:2 )
+   >=media-libs/imlib2-1.4.2[X,png]
+   x11-libs/cairo[X]
+   x11-libs/pango
+   tint2conf? ( x11-libs/gtk+:2 )
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXinerama
+   >=x11-libs/libXrandr-1.3
+   x11-libs/libXrender
+   startup-notification? ( x11-libs/startup-notification )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
+   -DENABLE_BATTERY="$(usex battery)"
+   -DENABLE_TINT2CONF="$(usex tint2conf)"
+   -DENABLE_SN="$(usex startup-notification)"
+   -DENABLE_RSVG="$(usex svg)"
+   )
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/

2018-01-07 Thread Amy Liffey
commit: 689ca28651c95005dbc623169c286c8c7832be52
Author: Amy Liffey  gentoo  org>
AuthorDate: Sun Jan  7 12:36:08 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Sun Jan  7 12:36:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=689ca286

x11-misc/tint2: version bump 16.1

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 x11-misc/tint2/Manifest  |  1 +
 x11-misc/tint2/tint2-16.1.ebuild | 60 
 2 files changed, 61 insertions(+)

diff --git a/x11-misc/tint2/Manifest b/x11-misc/tint2/Manifest
index eedb41e0b34..e76a47b67ef 100644
--- a/x11-misc/tint2/Manifest
+++ b/x11-misc/tint2/Manifest
@@ -1,3 +1,4 @@
 DIST tint2-0.12.12.tar.gz 469724 BLAKE2B 
cfb9eb702680e23f7f9c9b98c8853d1e059a4d189347496eaa9e667bb91852b66dfc451d310d0194971b03c8a68ba60a596b380cae046e3d34a75a65523f2bf6
 SHA512 
10a1f42df6a66f6e092d69cd0ea3d900dcef57b06391206d950a1d7f576a880829bb44d00828a030d3172184db238a22f205169c12cc32cf42c6321d61929a8c
 DIST tint2-0.14.6.tar.gz 466533 BLAKE2B 
c7308771e8a5a7d49410d99779ee54fd19b7d5b71d6c04eb3835100f74df5c12d692b50ce57a2a31f4956c09e404acd8cfd2bd1ef87e6fc55f21f583f5a13977
 SHA512 
eb1505bef932aa0cd0291dc762d3c9cbe760e3fea0684fc604aa3cae3f5ddf63e5b791db745eb29384e4732e6de09a01084f3ce2a92931b431cdf69a59b1f6da
 DIST tint2-15.3.tar.gz 500301 BLAKE2B 
b8b405f1c56c3de41f672dc02acef893b0650fadca9a4823c7b249661e8675e01c92c9c1588d32c2836596f34c4dbc1e5d2608cff3c75590d7eeac9e925eb874
 SHA512 
41ae8f8e3aac6fe55539c531889ec2883534072ad398f0693e4bfd39c80dd4c64d635a36e063f741fe89fd461f66f92adf6acdde553e0f8b169992d94dc0e344
+DIST tint2-16.1.tar.gz 534354 BLAKE2B 
540287bd952ba8b54372d45055efe216dc4d9d192e33d6f83f2c734e97b9e350c7be0cb3e19d414f4e11c0bb7b505307899dea9c10ac382737a2507f7df4fdcc
 SHA512 
c6319d5692d53e56c150906c32c794ee4237e06455efb68527b379b4ae00c48d996c63ea02ee6aefc70266335eb4cb08b4731556075c46d435b7861de6eefd3c

diff --git a/x11-misc/tint2/tint2-16.1.ebuild b/x11-misc/tint2/tint2-16.1.ebuild
new file mode 100644
index 000..f7cbd25ca6f
--- /dev/null
+++ b/x11-misc/tint2/tint2-16.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils vcs-snapshot
+
+DESCRIPTION="tint2 is a lightweight panel/taskbar for Linux."
+HOMEPAGE="https://gitlab.com/o9000/tint2";
+SRC_URI="https://gitlab.com/o9000/${PN}/repository/archive.tar.gz?ref=v${PV} 
-> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="battery svg startup-notification tint2conf"
+
+DEPEND="
+   dev-libs/glib:2
+   svg? ( gnome-base/librsvg:2 )
+   >=media-libs/imlib2-1.4.2[X,png]
+   x11-libs/cairo[X]
+   x11-libs/pango
+   tint2conf? ( x11-libs/gtk+:2 )
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXinerama
+   >=x11-libs/libXrandr-1.3
+   x11-libs/libXrender
+   startup-notification? ( x11-libs/startup-notification )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
+   -DENABLE_BATTERY="$(usex battery)"
+   -DENABLE_TINT2CONF="$(usex tint2conf)"
+   -DENABLE_SN="$(usex startup-notification)"
+   -DENABLE_RSVG="$(usex svg)"
+   )
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/

2017-11-24 Thread Amy Liffey
commit: 4f94f6be1b30f2d75eee458b9bf4b8db2d6c55fb
Author: Amy Liffey  gentoo  org>
AuthorDate: Fri Nov 24 20:06:15 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Fri Nov 24 20:07:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f94f6be

x11-misc/tint2: version bump 15.3

Closes: https://bugs.gentoo.org/636610
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 x11-misc/tint2/Manifest  |  1 +
 x11-misc/tint2/tint2-15.3.ebuild | 60 
 2 files changed, 61 insertions(+)

diff --git a/x11-misc/tint2/Manifest b/x11-misc/tint2/Manifest
index 39629e4168a..bc8c2ac7d6a 100644
--- a/x11-misc/tint2/Manifest
+++ b/x11-misc/tint2/Manifest
@@ -1,2 +1,3 @@
 DIST tint2-0.12.12.tar.gz 469724 SHA256 
e4c6ffb67eb1242f19d94037b072602bc751ac71ca61352dea3465168e643450 SHA512 
10a1f42df6a66f6e092d69cd0ea3d900dcef57b06391206d950a1d7f576a880829bb44d00828a030d3172184db238a22f205169c12cc32cf42c6321d61929a8c
 WHIRLPOOL 
197b92a93eb0368708824159bde41bd81143d0423a1f9ab83b2af4a11b3e3055a40481b9746f095e10cca84f7d772237a92d06bf267761021be308c0b3b5d553
 DIST tint2-0.14.6.tar.gz 466533 SHA256 
1770e2a37dc8066a33af7385ba1bbe7405101bced8e9fc7ee95d48cef53cd351 SHA512 
eb1505bef932aa0cd0291dc762d3c9cbe760e3fea0684fc604aa3cae3f5ddf63e5b791db745eb29384e4732e6de09a01084f3ce2a92931b431cdf69a59b1f6da
 WHIRLPOOL 
ae9a00d866f868842600355fd463556b55405d13c2cf6344f4a72b541b445cdb22e6d576ae202452f5502caba17ddba33d008b5d4f763f53c72fb7d87afa79c8
+DIST tint2-15.3.tar.gz 500301 BLAKE2B 
b8b405f1c56c3de41f672dc02acef893b0650fadca9a4823c7b249661e8675e01c92c9c1588d32c2836596f34c4dbc1e5d2608cff3c75590d7eeac9e925eb874
 SHA512 
41ae8f8e3aac6fe55539c531889ec2883534072ad398f0693e4bfd39c80dd4c64d635a36e063f741fe89fd461f66f92adf6acdde553e0f8b169992d94dc0e344

diff --git a/x11-misc/tint2/tint2-15.3.ebuild b/x11-misc/tint2/tint2-15.3.ebuild
new file mode 100644
index 000..c34f9788549
--- /dev/null
+++ b/x11-misc/tint2/tint2-15.3.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils vcs-snapshot
+
+DESCRIPTION="tint2 is a lightweight panel/taskbar for Linux."
+HOMEPAGE="https://gitlab.com/o9000/tint2";
+SRC_URI="https://gitlab.com/o9000/${PN}/repository/archive.tar.gz?ref=v${PV} 
-> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="battery svg startup-notification tint2conf"
+
+DEPEND="
+   dev-libs/glib:2
+   svg? ( gnome-base/librsvg:2 )
+   >=media-libs/imlib2-1.4.2[X,png]
+   x11-libs/cairo[X]
+   x11-libs/pango
+   tint2conf? ( x11-libs/gtk+:2 )
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXinerama
+   >=x11-libs/libXrandr-1.3
+   x11-libs/libXrender
+   startup-notification? ( x11-libs/startup-notification )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
+   -DENABLE_BATTERY="$(usex battery)"
+   -DENABLE_TINT2CONF="$(usex tint2conf)"
+   -DENABLE_SN="$(usex startup-notification)"
+   -DENABLE_RSVG="$(usex svg)"
+   )
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/files/

2017-09-05 Thread Amy Liffey
commit: 876d10151101f68dec8521d7cd3be611f26e08cb
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Sep  5 16:30:21 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Tue Sep  5 18:15:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876d1015

x11-misc/tint2: remove unused patch

Closes:#5624

 .../0.12.3-no-hardcode-update-icon-cache.patch  | 21 -
 1 file changed, 21 deletions(-)

diff --git a/x11-misc/tint2/files/0.12.3-no-hardcode-update-icon-cache.patch 
b/x11-misc/tint2/files/0.12.3-no-hardcode-update-icon-cache.patch
deleted file mode 100644
index f923e065173..000
--- a/x11-misc/tint2/files/0.12.3-no-hardcode-update-icon-cache.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 155672e2245a..a4b6dc0c7eda 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -176,7 +176,6 @@ set_target_properties( tint2 PROPERTIES LINK_FLAGS 
"-pthread -fno-strict-aliasin
- install( TARGETS tint2 DESTINATION bin )
- install( FILES tint2.svg DESTINATION ${DATADIR}/icons/hicolor/scalable/apps )
- install( FILES tint2.desktop DESTINATION ${DATADIR}/applications )
--install( CODE "execute_process(COMMAND gtk-update-icon-cache -f -t 
${DATADIR}/icons/hicolor WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX})" )
- install( FILES sample/tint2rc DESTINATION ${SYSCONFDIR}/xdg/tint2 )
- install( FILES default_icon.png DESTINATION ${DATADIR}/tint2 )
- install( FILES AUTHORS ChangeLog README.md DESTINATION ${DOCDIR} )
-diff --git a/src/tint2conf/CMakeLists.txt b/src/tint2conf/CMakeLists.txt
-index e8c6db38fe20..f844c24371e7 100644
 a/src/tint2conf/CMakeLists.txt
-+++ b/src/tint2conf/CMakeLists.txt
-@@ -71,4 +71,3 @@ add_subdirectory(po)
- install( TARGETS tint2conf DESTINATION bin )
- install( FILES tint2conf.svg DESTINATION 
${DATADIR}/icons/hicolor/scalable/apps )
- install( FILES tint2conf.desktop DESTINATION ${DATADIR}/applications )
--install( CODE "execute_process(COMMAND gtk-update-icon-cache -f -t 
${DATADIR}/icons/hicolor WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX})" )



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/files/, x11-misc/tint2/

2017-08-29 Thread Amy Liffey
commit: d9d4b0be19190f0ad5c610cf07c574425bcf7ff9
Author: Amy Liffey  gentoo  org>
AuthorDate: Tue Aug 29 18:34:06 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Tue Aug 29 18:37:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d4b0be

x11-misc/tint2: fix path tint2rc bug #629312

Submitted-by: Chris Mayo  gmail.com>

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../{0.14.6-sysconfdir-xdg.patch => 0.14.6-sysconfdir-xdg2.patch}  | 2 +-
 x11-misc/tint2/{tint2-0.14.6-r1.ebuild => tint2-0.14.6-r2.ebuild}  | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-misc/tint2/files/0.14.6-sysconfdir-xdg.patch 
b/x11-misc/tint2/files/0.14.6-sysconfdir-xdg2.patch
similarity index 86%
rename from x11-misc/tint2/files/0.14.6-sysconfdir-xdg.patch
rename to x11-misc/tint2/files/0.14.6-sysconfdir-xdg2.patch
index 73da5b15a41..6b29b49aaf7 100644
--- a/x11-misc/tint2/files/0.14.6-sysconfdir-xdg.patch
+++ b/x11-misc/tint2/files/0.14.6-sysconfdir-xdg2.patch
@@ -5,7 +5,7 @@
  install( FILES tint2.svg DESTINATION 
${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps )
  install( FILES tint2.desktop DESTINATION 
${CMAKE_INSTALL_DATADIR}/applications )
 -install( FILES themes/tint2rc DESTINATION /etc/xdg/tint2 )
-+install( FILES themes/tint2rc DESTINATION 
${CMAKE_INSTALL_SYSCONFDIR}/xdg/tint2 )
++install( FILES themes/tint2rc DESTINATION 
${CMAKE_INSTALL_FULL_SYSCONFDIR}/xdg/tint2 )
  install( FILES default_icon.png DESTINATION ${CMAKE_INSTALL_DATADIR}/tint2 )
  install( FILES AUTHORS ChangeLog README.md doc/tint2.md DESTINATION ${docdir} 
)
  install( FILES doc/manual.html doc/readme.html DESTINATION ${htmldir} )

diff --git a/x11-misc/tint2/tint2-0.14.6-r1.ebuild 
b/x11-misc/tint2/tint2-0.14.6-r2.ebuild
similarity index 95%
rename from x11-misc/tint2/tint2-0.14.6-r1.ebuild
rename to x11-misc/tint2/tint2-0.14.6-r2.ebuild
index 7e9b1d53672..bc7cd9da3b2 100644
--- a/x11-misc/tint2/tint2-0.14.6-r1.ebuild
+++ b/x11-misc/tint2/tint2-0.14.6-r2.ebuild
@@ -31,7 +31,8 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-PATCHES=( "${FILESDIR}/${PV}-sysconfdir-xdg.patch" )
+# bug 629312
+PATCHES=( "${FILESDIR}/${PV}-sysconfdir-xdg2.patch" )
 
 src_configure() {
local mycmakeargs=(



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/files/, x11-misc/tint2/

2017-08-28 Thread Amy Liffey
commit: b4892d73b5d0c05d5127e90acb2d6b246b6f42e3
Author: Amy Liffey  gentoo  org>
AuthorDate: Mon Aug 28 16:20:03 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Mon Aug 28 16:21:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4892d73

x11-misc/tint2: fix tint2rc for prefix bug #629134

Submitted-by: tastu teche  yahoo.com>

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 x11-misc/tint2/files/0.14.6-sysconfdir-xdg.patch | 12 
 .../tint2/{tint2-0.14.6.ebuild => tint2-0.14.6-r1.ebuild}|  2 ++
 2 files changed, 14 insertions(+)

diff --git a/x11-misc/tint2/files/0.14.6-sysconfdir-xdg.patch 
b/x11-misc/tint2/files/0.14.6-sysconfdir-xdg.patch
new file mode 100644
index 000..73da5b15a41
--- /dev/null
+++ b/x11-misc/tint2/files/0.14.6-sysconfdir-xdg.patch
@@ -0,0 +1,12 @@
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -257,7 +257,7 @@
+ install( TARGETS tint2 DESTINATION bin )
+ install( FILES tint2.svg DESTINATION 
${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps )
+ install( FILES tint2.desktop DESTINATION 
${CMAKE_INSTALL_DATADIR}/applications )
+-install( FILES themes/tint2rc DESTINATION /etc/xdg/tint2 )
++install( FILES themes/tint2rc DESTINATION 
${CMAKE_INSTALL_SYSCONFDIR}/xdg/tint2 )
+ install( FILES default_icon.png DESTINATION ${CMAKE_INSTALL_DATADIR}/tint2 )
+ install( FILES AUTHORS ChangeLog README.md doc/tint2.md DESTINATION ${docdir} 
)
+ install( FILES doc/manual.html doc/readme.html DESTINATION ${htmldir} )
+

diff --git a/x11-misc/tint2/tint2-0.14.6.ebuild 
b/x11-misc/tint2/tint2-0.14.6-r1.ebuild
similarity index 95%
rename from x11-misc/tint2/tint2-0.14.6.ebuild
rename to x11-misc/tint2/tint2-0.14.6-r1.ebuild
index c34f9788549..7e9b1d53672 100644
--- a/x11-misc/tint2/tint2-0.14.6.ebuild
+++ b/x11-misc/tint2/tint2-0.14.6-r1.ebuild
@@ -31,6 +31,8 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+PATCHES=( "${FILESDIR}/${PV}-sysconfdir-xdg.patch" )
+
 src_configure() {
local mycmakeargs=(
-Ddocdir="${EPREFIX}/usr/share/doc/${PF}"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/

2017-07-21 Thread Amy Liffey
commit: d1948f68d578ce79bde7f7e1d0194929266adc84
Author: Chris Mayo  gmail  com>
AuthorDate: Sat Jun 24 18:50:04 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Fri Jul 21 08:45:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1948f68

x11-misc/tint2: Version bump 0.14.6

Closes:#4982
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-misc/tint2/Manifest|  1 +
 x11-misc/tint2/tint2-0.14.6.ebuild | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/x11-misc/tint2/Manifest b/x11-misc/tint2/Manifest
index 77ae5af232e..39629e4168a 100644
--- a/x11-misc/tint2/Manifest
+++ b/x11-misc/tint2/Manifest
@@ -1 +1,2 @@
 DIST tint2-0.12.12.tar.gz 469724 SHA256 
e4c6ffb67eb1242f19d94037b072602bc751ac71ca61352dea3465168e643450 SHA512 
10a1f42df6a66f6e092d69cd0ea3d900dcef57b06391206d950a1d7f576a880829bb44d00828a030d3172184db238a22f205169c12cc32cf42c6321d61929a8c
 WHIRLPOOL 
197b92a93eb0368708824159bde41bd81143d0423a1f9ab83b2af4a11b3e3055a40481b9746f095e10cca84f7d772237a92d06bf267761021be308c0b3b5d553
+DIST tint2-0.14.6.tar.gz 466533 SHA256 
1770e2a37dc8066a33af7385ba1bbe7405101bced8e9fc7ee95d48cef53cd351 SHA512 
eb1505bef932aa0cd0291dc762d3c9cbe760e3fea0684fc604aa3cae3f5ddf63e5b791db745eb29384e4732e6de09a01084f3ce2a92931b431cdf69a59b1f6da
 WHIRLPOOL 
ae9a00d866f868842600355fd463556b55405d13c2cf6344f4a72b541b445cdb22e6d576ae202452f5502caba17ddba33d008b5d4f763f53c72fb7d87afa79c8

diff --git a/x11-misc/tint2/tint2-0.14.6.ebuild 
b/x11-misc/tint2/tint2-0.14.6.ebuild
new file mode 100644
index 000..c34f9788549
--- /dev/null
+++ b/x11-misc/tint2/tint2-0.14.6.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils vcs-snapshot
+
+DESCRIPTION="tint2 is a lightweight panel/taskbar for Linux."
+HOMEPAGE="https://gitlab.com/o9000/tint2";
+SRC_URI="https://gitlab.com/o9000/${PN}/repository/archive.tar.gz?ref=v${PV} 
-> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="battery svg startup-notification tint2conf"
+
+DEPEND="
+   dev-libs/glib:2
+   svg? ( gnome-base/librsvg:2 )
+   >=media-libs/imlib2-1.4.2[X,png]
+   x11-libs/cairo[X]
+   x11-libs/pango
+   tint2conf? ( x11-libs/gtk+:2 )
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXinerama
+   >=x11-libs/libXrandr-1.3
+   x11-libs/libXrender
+   startup-notification? ( x11-libs/startup-notification )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
+   -DENABLE_BATTERY="$(usex battery)"
+   -DENABLE_TINT2CONF="$(usex tint2conf)"
+   -DENABLE_SN="$(usex startup-notification)"
+   -DENABLE_RSVG="$(usex svg)"
+   )
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/

2017-04-01 Thread David Seifert
commit: ae429c4f05cc236107b11c511ead9a9b13311aa6
Author: Harri Nieminen  gmail  com>
AuthorDate: Tue Mar 28 18:23:52 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Apr  1 10:22:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae429c4f

x11-misc/tint2: Remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4319

 x11-misc/tint2/Manifest|  1 -
 x11-misc/tint2/metadata.xml|  1 -
 x11-misc/tint2/tint2-0.12.3.ebuild | 66 --
 3 files changed, 68 deletions(-)

diff --git a/x11-misc/tint2/Manifest b/x11-misc/tint2/Manifest
index 7a6660f32aa..77ae5af232e 100644
--- a/x11-misc/tint2/Manifest
+++ b/x11-misc/tint2/Manifest
@@ -1,2 +1 @@
 DIST tint2-0.12.12.tar.gz 469724 SHA256 
e4c6ffb67eb1242f19d94037b072602bc751ac71ca61352dea3465168e643450 SHA512 
10a1f42df6a66f6e092d69cd0ea3d900dcef57b06391206d950a1d7f576a880829bb44d00828a030d3172184db238a22f205169c12cc32cf42c6321d61929a8c
 WHIRLPOOL 
197b92a93eb0368708824159bde41bd81143d0423a1f9ab83b2af4a11b3e3055a40481b9746f095e10cca84f7d772237a92d06bf267761021be308c0b3b5d553
-DIST tint2-0.12.3.tar.gz 251977 SHA256 
655cde38f4d358d69f3628f722c7da7768e193769ac876cc24b59f328bcd3d6c SHA512 
8022895617905446bc01e548ece9df63d32ae1ef3bafc2de2c79fb2c0e91ab78d036e8c9165ea4d4224dd70edb510266bbea47baf382abbf27a275b60b7d1465
 WHIRLPOOL 
057ba74074d5e013d9c882a6cbef1bd75f80b1eba857bda933c5936511b1d2b9a519c770b1a2f31360774232e03962ca47dea73ad5f4ef21bcd6530d2c123662

diff --git a/x11-misc/tint2/metadata.xml b/x11-misc/tint2/metadata.xml
index 25ea024dffb..3187164d5a9 100644
--- a/x11-misc/tint2/metadata.xml
+++ b/x11-misc/tint2/metadata.xml
@@ -5,7 +5,6 @@
amy...@gentoo.org


-   Install tint2rc examples
Enable battery status plugin
Build/Install tint2conf as well


diff --git a/x11-misc/tint2/tint2-0.12.3.ebuild 
b/x11-misc/tint2/tint2-0.12.3.ebuild
deleted file mode 100644
index 8f076c0c139..000
--- a/x11-misc/tint2/tint2-0.12.3.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils gnome2-utils
-
-DESCRIPTION="tint2 is a lightweight panel/taskbar for Linux."
-HOMEPAGE="https://gitlab.com/o9000/tint2";
-SRC_URI="https://gitlab.com/o9000/${PN}/repository/archive.tar.gz?ref=v${PV} 
-> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="battery examples svg startup-notification tint2conf"
-
-DEPEND="
-   dev-libs/glib:2
-   svg? ( gnome-base/librsvg:2 )
-   >=media-libs/imlib2-1.4.2[X,png]
-   x11-libs/cairo
-   x11-libs/pango[X]
-   tint2conf? ( x11-libs/gtk+:2 )
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXinerama
-   >=x11-libs/libXrandr-1.3
-   x11-libs/libXrender
-   startup-notification? ( x11-libs/startup-notification )
-   "
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}-v${PV}"
-
-PATCHES=( "${FILESDIR}/${PV}-no-hardcode-update-icon-cache.patch" )
-
-src_unpack() {
-   default
-   # Chop off the SHA1 gitlab's automated tarballs inject
-   mv "${PN}-v${PV}-"* "${PN}-v${PV}"
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_enable battery BATTERY)
-   $(cmake-utils_use_enable examples EXAMPLES)
-   $(cmake-utils_use_enable tint2conf TINT2CONF)
-   $(cmake-utils_use_enable startup-notification SN)
-   $(cmake-utils_use_enable svg RSVG)
-   )
-
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/, x11-misc/tint2/files/

2017-03-07 Thread David Seifert
commit: 6867019eb0bc888f1e383f0cbe5e37a06421df7c
Author: Harri Nieminen  gmail  com>
AuthorDate: Mon Mar  6 15:08:00 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Mar  7 09:12:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6867019e

x11-misc/tint2: Remove old

Package-Manager: Portage-2.3.4, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4142

 x11-misc/tint2/Manifest |  1 -
 x11-misc/tint2/files/battery_segfault.patch | 20 ---
 x11-misc/tint2/tint2-0.11-r2.ebuild | 55 -
 3 files changed, 76 deletions(-)

diff --git a/x11-misc/tint2/Manifest b/x11-misc/tint2/Manifest
index 9eaf5c4684e..7a6660f32aa 100644
--- a/x11-misc/tint2/Manifest
+++ b/x11-misc/tint2/Manifest
@@ -1,3 +1,2 @@
-DIST tint2-0.11.tar.bz2 91716 SHA256 
fe106e6a6057d2631abddde9f82d3fd4fb1985c4fb93f10d3886417a9e22471d SHA512 
db88c17780d24b82badbedbce4518d736dfcb2a730ff500bcb36f2b32f65271c2424f0c2a34981f9d3af033b84252db0c8217e2dd7ca57f9a0eadbc98796115c
 WHIRLPOOL 
4c497995bc5713199a8e624ebfa463edbd610b6d948f1cbfce11ec78e4cd2cd6fad51bd58937b0fce343bb86a29a35bc40eec2bafb687c6ee89355bceb5486ec
 DIST tint2-0.12.12.tar.gz 469724 SHA256 
e4c6ffb67eb1242f19d94037b072602bc751ac71ca61352dea3465168e643450 SHA512 
10a1f42df6a66f6e092d69cd0ea3d900dcef57b06391206d950a1d7f576a880829bb44d00828a030d3172184db238a22f205169c12cc32cf42c6321d61929a8c
 WHIRLPOOL 
197b92a93eb0368708824159bde41bd81143d0423a1f9ab83b2af4a11b3e3055a40481b9746f095e10cca84f7d772237a92d06bf267761021be308c0b3b5d553
 DIST tint2-0.12.3.tar.gz 251977 SHA256 
655cde38f4d358d69f3628f722c7da7768e193769ac876cc24b59f328bcd3d6c SHA512 
8022895617905446bc01e548ece9df63d32ae1ef3bafc2de2c79fb2c0e91ab78d036e8c9165ea4d4224dd70edb510266bbea47baf382abbf27a275b60b7d1465
 WHIRLPOOL 
057ba74074d5e013d9c882a6cbef1bd75f80b1eba857bda933c5936511b1d2b9a519c770b1a2f31360774232e03962ca47dea73ad5f4ef21bcd6530d2c123662

diff --git a/x11-misc/tint2/files/battery_segfault.patch 
b/x11-misc/tint2/files/battery_segfault.patch
deleted file mode 100644
index 3f933e2f522..000
--- a/x11-misc/tint2/files/battery_segfault.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Index: battery.c
-===
 src/battery/battery.c  (revision 575)
-+++ src/battery/battery.c  (revision 576)
-@@ -194,8 +194,14 @@
-   }
-   g_free(path2);
-   }
-+
-+  path_current_now = g_build_filename(battery_dir, "power_now", NULL);
-+  if (!g_file_test (path_current_now, G_FILE_TEST_EXISTS)) {
-+  g_free(path_current_now);
-+  path_current_now = g_build_filename(battery_dir, "current_now", 
NULL);
-+  }
-+
-   if (path_energy_now && path_energy_full) {
--  path_current_now = g_build_filename(battery_dir, "current_now", 
NULL);
-   path_status = g_build_filename(battery_dir, "status", NULL);
- 
-   // check file

diff --git a/x11-misc/tint2/tint2-0.11-r2.ebuild 
b/x11-misc/tint2/tint2-0.11-r2.ebuild
deleted file mode 100644
index b4ac0ede3cc..000
--- a/x11-misc/tint2/tint2-0.11-r2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit cmake-utils
-
-MY_P="${PN}-${PV/_/-}"
-
-DESCRIPTION="A lightweight panel/taskbar"
-HOMEPAGE="https://gitlab.com/o9000/tint2";
-SRC_URI="https://tint2.googlecode.com/files/${MY_P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="battery examples tint2conf"
-
-COMMON_DEPEND="dev-libs/glib:2
-   x11-libs/cairo
-   x11-libs/pango[X]
-   x11-libs/libX11
-   x11-libs/libXinerama
-   x11-libs/libXdamage
-   x11-libs/libXcomposite
-   x11-libs/libXrender
-   x11-libs/libXrandr
-   media-libs/imlib2[X]"
-DEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig
-   x11-proto/xineramaproto"
-RDEPEND="${COMMON_DEPEND}
-   tint2conf? ( x11-misc/tintwizard )"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=( "${FILESDIR}/battery_segfault.patch" ) # bug 343963
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_enable battery BATTERY)
-   $(cmake-utils_use_enable examples EXAMPLES)
-   $(cmake-utils_use_enable tint2conf TINT2CONF)
-
-   # bug 296890
-   "-DDOCDIR=/usr/share/doc/${PF}"
-   )
-
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-   rm -f "${D}/usr/bin/tintwizard.py"
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/files/, x11-misc/tint2/

2017-01-14 Thread Amy Liffey
commit: fb1fb1e3ddd1e9b9c0710e596c30d4f2359f2427
Author: Yuri Konotopov  gnome  org>
AuthorDate: Fri Jan 13 19:13:15 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Sat Jan 14 12:39:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb1fb1e3

x11-misc/tint2: version bump, EAPI 6 bump

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=590798
Closes:#3451

 x11-misc/tint2/Manifest|  1 +
 .../0.12.12-fix-compilation-without-svg.patch  | 18 ++
 .../0.12.12-no-hardcode-update-icon-cache.patch| 34 +++
 .../tint2/files/0.12.12-relax-pango-includes.patch | 26 +
 x11-misc/tint2/tint2-0.12.12.ebuild| 66 ++
 5 files changed, 145 insertions(+)

diff --git a/x11-misc/tint2/Manifest b/x11-misc/tint2/Manifest
index d69f155..9eaf5c4 100644
--- a/x11-misc/tint2/Manifest
+++ b/x11-misc/tint2/Manifest
@@ -1,2 +1,3 @@
 DIST tint2-0.11.tar.bz2 91716 SHA256 
fe106e6a6057d2631abddde9f82d3fd4fb1985c4fb93f10d3886417a9e22471d SHA512 
db88c17780d24b82badbedbce4518d736dfcb2a730ff500bcb36f2b32f65271c2424f0c2a34981f9d3af033b84252db0c8217e2dd7ca57f9a0eadbc98796115c
 WHIRLPOOL 
4c497995bc5713199a8e624ebfa463edbd610b6d948f1cbfce11ec78e4cd2cd6fad51bd58937b0fce343bb86a29a35bc40eec2bafb687c6ee89355bceb5486ec
+DIST tint2-0.12.12.tar.gz 469724 SHA256 
e4c6ffb67eb1242f19d94037b072602bc751ac71ca61352dea3465168e643450 SHA512 
10a1f42df6a66f6e092d69cd0ea3d900dcef57b06391206d950a1d7f576a880829bb44d00828a030d3172184db238a22f205169c12cc32cf42c6321d61929a8c
 WHIRLPOOL 
197b92a93eb0368708824159bde41bd81143d0423a1f9ab83b2af4a11b3e3055a40481b9746f095e10cca84f7d772237a92d06bf267761021be308c0b3b5d553
 DIST tint2-0.12.3.tar.gz 251977 SHA256 
655cde38f4d358d69f3628f722c7da7768e193769ac876cc24b59f328bcd3d6c SHA512 
8022895617905446bc01e548ece9df63d32ae1ef3bafc2de2c79fb2c0e91ab78d036e8c9165ea4d4224dd70edb510266bbea47baf382abbf27a275b60b7d1465
 WHIRLPOOL 
057ba74074d5e013d9c882a6cbef1bd75f80b1eba857bda933c5936511b1d2b9a519c770b1a2f31360774232e03962ca47dea73ad5f4ef21bcd6530d2c123662

diff --git a/x11-misc/tint2/files/0.12.12-fix-compilation-without-svg.patch 
b/x11-misc/tint2/files/0.12.12-fix-compilation-without-svg.patch
new file mode 100644
index ..c6da687
--- /dev/null
+++ b/x11-misc/tint2/files/0.12.12-fix-compilation-without-svg.patch
@@ -0,0 +1,18 @@
+From 2c42a787257e0801b8454fd8960d6794831cedea Mon Sep 17 00:00:00 2001
+From: o9000 
+Date: Sat, 8 Oct 2016 15:02:28 +0200
+Subject: Fix compilation with ENABLE_RSVG=OFF (fixes issue #602)
+
+
+diff --git a/src/launcher/launcher.c b/src/launcher/launcher.c
+index 0b4172f..0052e90 100644
+--- a/src/launcher/launcher.c
 b/src/launcher/launcher.c
+@@ -30,7 +30,6 @@
+ #include 
+ #include 
+ #include 
+-#include 
+ #include 
+ 
+ #include "window.h"

diff --git a/x11-misc/tint2/files/0.12.12-no-hardcode-update-icon-cache.patch 
b/x11-misc/tint2/files/0.12.12-no-hardcode-update-icon-cache.patch
new file mode 100644
index ..21a80eb
--- /dev/null
+++ b/x11-misc/tint2/files/0.12.12-no-hardcode-update-icon-cache.patch
@@ -0,0 +1,34 @@
+From 6306f9920f639cf092ca3f1935ac7aa202f78c86 Mon Sep 17 00:00:00 2001
+From: Yuri Konotopov 
+Date: Fri, 13 Jan 2017 19:06:43 +0400
+Subject: [PATCH] cmake: do not hardcode icon cache update
+
+---
+ CMakeLists.txt   | 1 -
+ src/tint2conf/CMakeLists.txt | 1 -
+ 2 files changed, 2 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index b4a1089..ef06393 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -241,7 +241,6 @@ set_target_properties( tint2 PROPERTIES LINK_FLAGS 
"-pthread -fno-strict-aliasin
+ install( TARGETS tint2 DESTINATION bin )
+ install( FILES tint2.svg DESTINATION ${DATADIR}/icons/hicolor/scalable/apps )
+ install( FILES tint2.desktop DESTINATION ${DATADIR}/applications )
+-install( CODE "execute_process(COMMAND gtk-update-icon-cache -f -t 
${DATADIR}/icons/hicolor WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX})" )
+ install( FILES themes/tint2rc DESTINATION ${SYSCONFDIR}/xdg/tint2 )
+ install( FILES default_icon.png DESTINATION ${DATADIR}/tint2 )
+ install( FILES AUTHORS ChangeLog README.md doc/tint2.md doc/manual.html 
doc/readme.html DESTINATION ${DOCDIR} )
+diff --git a/src/tint2conf/CMakeLists.txt b/src/tint2conf/CMakeLists.txt
+index 9595f6a..fd616fa 100644
+--- a/src/tint2conf/CMakeLists.txt
 b/src/tint2conf/CMakeLists.txt
+@@ -72,4 +72,3 @@ add_subdirectory(po)
+ install( TARGETS tint2conf DESTINATION bin )
+ install( FILES tint2conf.svg DESTINATION 
${DATADIR}/icons/hicolor/scalable/apps )
+ install( FILES tint2conf.desktop DESTINATION ${DATADIR}/applications )
+-install( CODE "execute_process(COMMAND gtk-update-icon-cache -f -t 
${DATADIR}/icons/hicolor WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX})" )
+-- 
+2.10.2
+

diff --git a/x11-misc/tint2/files/0.12.12-relax-pango-includes.patch 
b/x11-misc/tint2/files/0.12.12-relax-pango-includes.patch
new file mode 100644
index 

[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/

2016-08-20 Thread Amadeusz Piotr Żołnowski
commit: 6b88f7e70600f7f8c0bd3d7497c2806adb416c0e
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Sat Aug 20 08:28:47 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Sat Aug 20 08:29:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b88f7e7

x11-misc/tint2: Require imlib2 with png enabled

It is required for tint2 launcher to display icons.

Package-Manager: portage-2.3.0

 x11-misc/tint2/tint2-0.12.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/tint2/tint2-0.12.3.ebuild 
b/x11-misc/tint2/tint2-0.12.3.ebuild
index c2415d3..e3713b6 100644
--- a/x11-misc/tint2/tint2-0.12.3.ebuild
+++ b/x11-misc/tint2/tint2-0.12.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,7 +18,7 @@ IUSE="battery examples svg startup-notification tint2conf"
 DEPEND="
dev-libs/glib:2
svg? ( gnome-base/librsvg:2 )
-   >=media-libs/imlib2-1.4.2[X]
+   >=media-libs/imlib2-1.4.2[X,png]
x11-libs/cairo
x11-libs/pango[X]
tint2conf? ( x11-libs/gtk+:2 )



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/

2016-03-19 Thread Michał Górny
commit: 64317ee33dc601845235116363460f88ffac419b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 18 19:07:38 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 18 19:10:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64317ee3

x11-misc/tint2: Fix  in metadata.xml to reference QPN

Fix the  element that is used to reference x11-wm/openbox via
qualified package name (with the category).

 x11-misc/tint2/metadata.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/x11-misc/tint2/metadata.xml b/x11-misc/tint2/metadata.xml
index cb128ec..25ea024 100644
--- a/x11-misc/tint2/metadata.xml
+++ b/x11-misc/tint2/metadata.xml
@@ -10,8 +10,7 @@
Build/Install tint2conf as well

tint2 is a simple panel/taskbar 
intentionally made for 
-   
-   openbox3, but should also work with other window 
managers.
+   x11-wm/openbox3, but should also work with other 
window managers.
It's based on ttm code https://code.google.com/p/ttm/.
The goal is to keep a clean and unintrusive look with code 
lightweight and compliance with freedesktop specifications.




[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/, x11-misc/tint2/files/

2015-12-27 Thread Amy Winston
commit: ca2302350f8bbe7675f907ace7b7ec398f1435d2
Author: Amy Winston  gentoo  org>
AuthorDate: Sun Dec 27 19:58:19 2015 +
Commit: Amy Winston  gentoo  org>
CommitDate: Sun Dec 27 19:58:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca230235

x11-misc/tint2: version bump 0.12.3 bug #565876.Thanks Anthony Parsons.

Package-Manager: portage-2.2.24

 x11-misc/tint2/Manifest|  1 +
 .../0.12.3-no-hardcode-update-icon-cache.patch | 21 +++
 x11-misc/tint2/tint2-0.12.3.ebuild | 67 ++
 3 files changed, 89 insertions(+)

diff --git a/x11-misc/tint2/Manifest b/x11-misc/tint2/Manifest
index d76be05..d69f155 100644
--- a/x11-misc/tint2/Manifest
+++ b/x11-misc/tint2/Manifest
@@ -1 +1,2 @@
 DIST tint2-0.11.tar.bz2 91716 SHA256 
fe106e6a6057d2631abddde9f82d3fd4fb1985c4fb93f10d3886417a9e22471d SHA512 
db88c17780d24b82badbedbce4518d736dfcb2a730ff500bcb36f2b32f65271c2424f0c2a34981f9d3af033b84252db0c8217e2dd7ca57f9a0eadbc98796115c
 WHIRLPOOL 
4c497995bc5713199a8e624ebfa463edbd610b6d948f1cbfce11ec78e4cd2cd6fad51bd58937b0fce343bb86a29a35bc40eec2bafb687c6ee89355bceb5486ec
+DIST tint2-0.12.3.tar.gz 251977 SHA256 
655cde38f4d358d69f3628f722c7da7768e193769ac876cc24b59f328bcd3d6c SHA512 
8022895617905446bc01e548ece9df63d32ae1ef3bafc2de2c79fb2c0e91ab78d036e8c9165ea4d4224dd70edb510266bbea47baf382abbf27a275b60b7d1465
 WHIRLPOOL 
057ba74074d5e013d9c882a6cbef1bd75f80b1eba857bda933c5936511b1d2b9a519c770b1a2f31360774232e03962ca47dea73ad5f4ef21bcd6530d2c123662

diff --git a/x11-misc/tint2/files/0.12.3-no-hardcode-update-icon-cache.patch 
b/x11-misc/tint2/files/0.12.3-no-hardcode-update-icon-cache.patch
new file mode 100644
index 000..f923e06
--- /dev/null
+++ b/x11-misc/tint2/files/0.12.3-no-hardcode-update-icon-cache.patch
@@ -0,0 +1,21 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 155672e2245a..a4b6dc0c7eda 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -176,7 +176,6 @@ set_target_properties( tint2 PROPERTIES LINK_FLAGS 
"-pthread -fno-strict-aliasin
+ install( TARGETS tint2 DESTINATION bin )
+ install( FILES tint2.svg DESTINATION ${DATADIR}/icons/hicolor/scalable/apps )
+ install( FILES tint2.desktop DESTINATION ${DATADIR}/applications )
+-install( CODE "execute_process(COMMAND gtk-update-icon-cache -f -t 
${DATADIR}/icons/hicolor WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX})" )
+ install( FILES sample/tint2rc DESTINATION ${SYSCONFDIR}/xdg/tint2 )
+ install( FILES default_icon.png DESTINATION ${DATADIR}/tint2 )
+ install( FILES AUTHORS ChangeLog README.md DESTINATION ${DOCDIR} )
+diff --git a/src/tint2conf/CMakeLists.txt b/src/tint2conf/CMakeLists.txt
+index e8c6db38fe20..f844c24371e7 100644
+--- a/src/tint2conf/CMakeLists.txt
 b/src/tint2conf/CMakeLists.txt
+@@ -71,4 +71,3 @@ add_subdirectory(po)
+ install( TARGETS tint2conf DESTINATION bin )
+ install( FILES tint2conf.svg DESTINATION 
${DATADIR}/icons/hicolor/scalable/apps )
+ install( FILES tint2conf.desktop DESTINATION ${DATADIR}/applications )
+-install( CODE "execute_process(COMMAND gtk-update-icon-cache -f -t 
${DATADIR}/icons/hicolor WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX})" )

diff --git a/x11-misc/tint2/tint2-0.12.3.ebuild 
b/x11-misc/tint2/tint2-0.12.3.ebuild
new file mode 100644
index 000..c2415d3
--- /dev/null
+++ b/x11-misc/tint2/tint2-0.12.3.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils gnome2-utils
+
+DESCRIPTION="tint2 is a lightweight panel/taskbar for Linux."
+HOMEPAGE="https://gitlab.com/o9000/tint2";
+SRC_URI="https://gitlab.com/o9000/${PN}/repository/archive.tar.gz?ref=v${PV} 
-> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="battery examples svg startup-notification tint2conf"
+
+DEPEND="
+   dev-libs/glib:2
+   svg? ( gnome-base/librsvg:2 )
+   >=media-libs/imlib2-1.4.2[X]
+   x11-libs/cairo
+   x11-libs/pango[X]
+   tint2conf? ( x11-libs/gtk+:2 )
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXinerama
+   >=x11-libs/libXrandr-1.3
+   x11-libs/libXrender
+   startup-notification? ( x11-libs/startup-notification )
+   "
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}-v${PV}"
+
+PATCHES=( "${FILESDIR}/${PV}-no-hardcode-update-icon-cache.patch" )
+
+src_unpack() {
+   default
+   # Chop off the SHA1 gitlab's automated tarballs inject
+   mv "${PN}-v${PV}-"* "${PN}-v${PV}"
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_enable battery BATTERY)
+   $(cmake-utils_use_enable examples EXAMPLES)
+   $(cmake-utils_use_enable tint2conf TINT2CONF)
+   $(cmake-utils_use_enable startup-notification SN)
+   $(cmake-utils_use_enable svg RSVG)
+   )
+
+   cmake-utils_src_configure
+}
+
+src

[gentoo-commits] repo/gentoo:master commit in: x11-misc/tint2/

2015-09-13 Thread Manuel Rüger
commit: e845e905fa204eb6d40adfba00cf870454438981
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Sep 13 18:58:14 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Sep 13 18:58:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e845e905

x11-misc/tint2: Remove old

Package-Manager: portage-2.2.20.1

 x11-misc/tint2/tint2-0.11-r1.ebuild | 58 -
 1 file changed, 58 deletions(-)

diff --git a/x11-misc/tint2/tint2-0.11-r1.ebuild 
b/x11-misc/tint2/tint2-0.11-r1.ebuild
deleted file mode 100644
index 7428fc5..000
--- a/x11-misc/tint2/tint2-0.11-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-
-inherit cmake-utils eutils
-
-MY_P="${PN}-${PV/_/-}"
-
-DESCRIPTION="A lightweight panel/taskbar"
-HOMEPAGE="https://gitlab.com/o9000/tint2";
-SRC_URI="https://tint2.googlecode.com/files/${MY_P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="battery examples tint2conf"
-
-COMMON_DEPEND="dev-libs/glib:2
-   x11-libs/cairo
-   x11-libs/pango[X]
-   x11-libs/libX11
-   x11-libs/libXinerama
-   x11-libs/libXdamage
-   x11-libs/libXcomposite
-   x11-libs/libXrender
-   x11-libs/libXrandr
-   media-libs/imlib2[X]"
-DEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig
-   x11-proto/xineramaproto"
-RDEPEND="${COMMON_DEPEND}
-   tint2conf? ( x11-misc/tintwizard )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   epatch "${FILESDIR}/battery_segfault.patch" # bug 343963
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_enable battery BATTERY)
-   $(cmake-utils_use_enable examples EXAMPLES)
-   $(cmake-utils_use_enable tint2conf TINT2CONF)
-
-   # bug 296890
-   "-DDOCDIR=/usr/share/doc/${PF}"
-   )
-
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-   rm -f "${D}/usr/bin/tintwizard.py"
-}