public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar-volman/
@ 2022-11-01 12:17 Michał Górny
  0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2022-11-01 12:17 UTC (permalink / raw
  To: gentoo-commits

commit:     fde9912dc9e844e14c018d821e6a18989ceb440b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  1 12:16:19 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov  1 12:17:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde9912d

xfce-base/thunar-volman: Bump to 4.17.0

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

 xfce-base/thunar-volman/Manifest                   |  1 +
 .../thunar-volman/thunar-volman-4.17.0.ebuild      | 55 ++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/xfce-base/thunar-volman/Manifest b/xfce-base/thunar-volman/Manifest
index df5889df1fdc..bb9e338a04e8 100644
--- a/xfce-base/thunar-volman/Manifest
+++ b/xfce-base/thunar-volman/Manifest
@@ -1 +1,2 @@
 DIST thunar-volman-4.16.0.tar.bz2 501194 BLAKE2B 3d2fce7bb9a52a950ab84fa9986387af01d7d55864bd8fc1a3051ab406c99648b4ba21d018e806baa07ec1ac7e2bc798eb402b1c0e115e52b58ccdbda0ca4c5f SHA512 33b7561e55491b793aa634dfa0b108788286e6b7a2f60a781b8ba10f73de74630520736ae99c4db66ae2da562a82bb1a6bdacd8307d6d452f26e647da6471af8
+DIST thunar-volman-4.17.0.tar.bz2 509829 BLAKE2B 1a287893b53d1ecc29346363861184d203b618d5668e2d508fd3aafc464514914699f3fc41195f55f6cca0f8888cfae66488add66f26d3de15a489fdddef25be SHA512 a5ef86efb9a3f0b5bf38b17e27be7ed8c60debb8dfa769f5f06df5b1bbce988b7ac1170c01a3215a4983c1a6352274c1bb6ecee1be2761b5471fa849e4c8a88f

diff --git a/xfce-base/thunar-volman/thunar-volman-4.17.0.ebuild b/xfce-base/thunar-volman/thunar-volman-4.17.0.ebuild
new file mode 100644
index 000000000000..d85d390c9a04
--- /dev/null
+++ b/xfce-base/thunar-volman/thunar-volman-4.17.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Daemon that enforces volume-related policies"
+HOMEPAGE="
+	https://docs.xfce.org/xfce/thunar/thunar-volman
+	https://gitlab.xfce.org/xfce/thunar-volman/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
+
+# CC for tvm-burn-cd.svg
+LICENSE="GPL-2+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="libnotify"
+
+DEPEND="
+	>=dev-libs/glib-2.50
+	dev-libs/libgudev:=
+	>=x11-libs/gtk+-3.20:3
+	>=xfce-base/exo-0.10:=
+	>=xfce-base/libxfce4ui-4.12:=
+	>=xfce-base/libxfce4util-4.12:=
+	>=xfce-base/xfconf-4.12:=
+	libnotify? ( >=x11-libs/libnotify-0.7 )
+"
+RDEPEND="
+	${DEPEND}
+	virtual/udev
+	>=xfce-base/thunar-1.6[udisks]
+"
+BDEPEND="
+	dev-util/intltool
+	sys-devel/gettext
+	virtual/pkgconfig
+"
+
+src_configure() {
+	local myconf=(
+		$(use_enable libnotify notifications)
+	)
+	econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar-volman/
@ 2022-12-01 13:55 Michał Górny
  0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2022-12-01 13:55 UTC (permalink / raw
  To: gentoo-commits

commit:     b76857facf0b0a30c51452e39a4b2d0a7e5510ff
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  1 13:32:20 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec  1 13:32:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b76857fa

xfce-base/thunar-volman: Bump to 4.17.1

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

 xfce-base/thunar-volman/Manifest                   |  1 +
 .../thunar-volman/thunar-volman-4.17.1.ebuild      | 55 ++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/xfce-base/thunar-volman/Manifest b/xfce-base/thunar-volman/Manifest
index bb9e338a04e8..fc51dfcfcf2a 100644
--- a/xfce-base/thunar-volman/Manifest
+++ b/xfce-base/thunar-volman/Manifest
@@ -1,2 +1,3 @@
 DIST thunar-volman-4.16.0.tar.bz2 501194 BLAKE2B 3d2fce7bb9a52a950ab84fa9986387af01d7d55864bd8fc1a3051ab406c99648b4ba21d018e806baa07ec1ac7e2bc798eb402b1c0e115e52b58ccdbda0ca4c5f SHA512 33b7561e55491b793aa634dfa0b108788286e6b7a2f60a781b8ba10f73de74630520736ae99c4db66ae2da562a82bb1a6bdacd8307d6d452f26e647da6471af8
 DIST thunar-volman-4.17.0.tar.bz2 509829 BLAKE2B 1a287893b53d1ecc29346363861184d203b618d5668e2d508fd3aafc464514914699f3fc41195f55f6cca0f8888cfae66488add66f26d3de15a489fdddef25be SHA512 a5ef86efb9a3f0b5bf38b17e27be7ed8c60debb8dfa769f5f06df5b1bbce988b7ac1170c01a3215a4983c1a6352274c1bb6ecee1be2761b5471fa849e4c8a88f
+DIST thunar-volman-4.17.1.tar.bz2 510275 BLAKE2B 16501dddec85811263d22b0757fe9f150c262ade9e80566ae141f84544ff52122f4beafeef1fb41b80ea8e562ffd93fdffa4b3dd5cade710b0ed2115f7adce40 SHA512 a36f7fad3d2e9c36d8228ecc30463a2d588d8fa6927029242dcc4138a81259e6d131fd660455ea77ce65e2f1e54240cfe75cbbe1a32f8371ba6c014c0c971098

diff --git a/xfce-base/thunar-volman/thunar-volman-4.17.1.ebuild b/xfce-base/thunar-volman/thunar-volman-4.17.1.ebuild
new file mode 100644
index 000000000000..d85d390c9a04
--- /dev/null
+++ b/xfce-base/thunar-volman/thunar-volman-4.17.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Daemon that enforces volume-related policies"
+HOMEPAGE="
+	https://docs.xfce.org/xfce/thunar/thunar-volman
+	https://gitlab.xfce.org/xfce/thunar-volman/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
+
+# CC for tvm-burn-cd.svg
+LICENSE="GPL-2+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="libnotify"
+
+DEPEND="
+	>=dev-libs/glib-2.50
+	dev-libs/libgudev:=
+	>=x11-libs/gtk+-3.20:3
+	>=xfce-base/exo-0.10:=
+	>=xfce-base/libxfce4ui-4.12:=
+	>=xfce-base/libxfce4util-4.12:=
+	>=xfce-base/xfconf-4.12:=
+	libnotify? ( >=x11-libs/libnotify-0.7 )
+"
+RDEPEND="
+	${DEPEND}
+	virtual/udev
+	>=xfce-base/thunar-1.6[udisks]
+"
+BDEPEND="
+	dev-util/intltool
+	sys-devel/gettext
+	virtual/pkgconfig
+"
+
+src_configure() {
+	local myconf=(
+		$(use_enable libnotify notifications)
+	)
+	econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar-volman/
@ 2022-12-15 15:04 Michał Górny
  0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2022-12-15 15:04 UTC (permalink / raw
  To: gentoo-commits

commit:     fffc7f8552f73bb235fddb494b1c79a5f31a4237
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 15 15:00:37 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 15 15:04:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fffc7f85

xfce-base/thunar-volman: Remove old

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

 xfce-base/thunar-volman/Manifest                   |  1 -
 .../thunar-volman/thunar-volman-4.17.0.ebuild      | 55 ----------------------
 2 files changed, 56 deletions(-)

diff --git a/xfce-base/thunar-volman/Manifest b/xfce-base/thunar-volman/Manifest
index fc51dfcfcf2a..7a6d258f4c2e 100644
--- a/xfce-base/thunar-volman/Manifest
+++ b/xfce-base/thunar-volman/Manifest
@@ -1,3 +1,2 @@
 DIST thunar-volman-4.16.0.tar.bz2 501194 BLAKE2B 3d2fce7bb9a52a950ab84fa9986387af01d7d55864bd8fc1a3051ab406c99648b4ba21d018e806baa07ec1ac7e2bc798eb402b1c0e115e52b58ccdbda0ca4c5f SHA512 33b7561e55491b793aa634dfa0b108788286e6b7a2f60a781b8ba10f73de74630520736ae99c4db66ae2da562a82bb1a6bdacd8307d6d452f26e647da6471af8
-DIST thunar-volman-4.17.0.tar.bz2 509829 BLAKE2B 1a287893b53d1ecc29346363861184d203b618d5668e2d508fd3aafc464514914699f3fc41195f55f6cca0f8888cfae66488add66f26d3de15a489fdddef25be SHA512 a5ef86efb9a3f0b5bf38b17e27be7ed8c60debb8dfa769f5f06df5b1bbce988b7ac1170c01a3215a4983c1a6352274c1bb6ecee1be2761b5471fa849e4c8a88f
 DIST thunar-volman-4.17.1.tar.bz2 510275 BLAKE2B 16501dddec85811263d22b0757fe9f150c262ade9e80566ae141f84544ff52122f4beafeef1fb41b80ea8e562ffd93fdffa4b3dd5cade710b0ed2115f7adce40 SHA512 a36f7fad3d2e9c36d8228ecc30463a2d588d8fa6927029242dcc4138a81259e6d131fd660455ea77ce65e2f1e54240cfe75cbbe1a32f8371ba6c014c0c971098

diff --git a/xfce-base/thunar-volman/thunar-volman-4.17.0.ebuild b/xfce-base/thunar-volman/thunar-volman-4.17.0.ebuild
deleted file mode 100644
index d85d390c9a04..000000000000
--- a/xfce-base/thunar-volman/thunar-volman-4.17.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Daemon that enforces volume-related policies"
-HOMEPAGE="
-	https://docs.xfce.org/xfce/thunar/thunar-volman
-	https://gitlab.xfce.org/xfce/thunar-volman/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-# CC for tvm-burn-cd.svg
-LICENSE="GPL-2+ CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="libnotify"
-
-DEPEND="
-	>=dev-libs/glib-2.50
-	dev-libs/libgudev:=
-	>=x11-libs/gtk+-3.20:3
-	>=xfce-base/exo-0.10:=
-	>=xfce-base/libxfce4ui-4.12:=
-	>=xfce-base/libxfce4util-4.12:=
-	>=xfce-base/xfconf-4.12:=
-	libnotify? ( >=x11-libs/libnotify-0.7 )
-"
-RDEPEND="
-	${DEPEND}
-	virtual/udev
-	>=xfce-base/thunar-1.6[udisks]
-"
-BDEPEND="
-	dev-util/intltool
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-
-src_configure() {
-	local myconf=(
-		$(use_enable libnotify notifications)
-	)
-	econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar-volman/
@ 2022-12-15 15:04 Michał Górny
  0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2022-12-15 15:04 UTC (permalink / raw
  To: gentoo-commits

commit:     ea392560f20eff0f73d417370a8cb65bd7dc48e9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 15 15:01:10 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 15 15:04:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea392560

xfce-base/thunar-volman: Bump to 4.18.0

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

 xfce-base/thunar-volman/Manifest                   |  1 +
 .../thunar-volman/thunar-volman-4.18.0.ebuild      | 55 ++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/xfce-base/thunar-volman/Manifest b/xfce-base/thunar-volman/Manifest
index 7a6d258f4c2e..ab8f4d37a3bf 100644
--- a/xfce-base/thunar-volman/Manifest
+++ b/xfce-base/thunar-volman/Manifest
@@ -1,2 +1,3 @@
 DIST thunar-volman-4.16.0.tar.bz2 501194 BLAKE2B 3d2fce7bb9a52a950ab84fa9986387af01d7d55864bd8fc1a3051ab406c99648b4ba21d018e806baa07ec1ac7e2bc798eb402b1c0e115e52b58ccdbda0ca4c5f SHA512 33b7561e55491b793aa634dfa0b108788286e6b7a2f60a781b8ba10f73de74630520736ae99c4db66ae2da562a82bb1a6bdacd8307d6d452f26e647da6471af8
 DIST thunar-volman-4.17.1.tar.bz2 510275 BLAKE2B 16501dddec85811263d22b0757fe9f150c262ade9e80566ae141f84544ff52122f4beafeef1fb41b80ea8e562ffd93fdffa4b3dd5cade710b0ed2115f7adce40 SHA512 a36f7fad3d2e9c36d8228ecc30463a2d588d8fa6927029242dcc4138a81259e6d131fd660455ea77ce65e2f1e54240cfe75cbbe1a32f8371ba6c014c0c971098
+DIST thunar-volman-4.18.0.tar.bz2 510289 BLAKE2B 6da7042d85fbdb57b811d1a08c1bdc0b0449b0c37013a37a8a19f15901135cea544f469c68de7880ca10110c9418426ecd0747fd00725077b6e171ec4a0cccf9 SHA512 29681ede6274e999377e2aae2b157ed355d9e471416db2d4beb4432f84c60008f8c5008c87392c20da51d58fc3bd8f097d6f21764903baf1a301fb00e6166420

diff --git a/xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild b/xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild
new file mode 100644
index 000000000000..1674cc06d834
--- /dev/null
+++ b/xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Daemon that enforces volume-related policies"
+HOMEPAGE="
+	https://docs.xfce.org/xfce/thunar/thunar-volman
+	https://gitlab.xfce.org/xfce/thunar-volman/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
+
+# CC for tvm-burn-cd.svg
+LICENSE="GPL-2+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="libnotify"
+
+DEPEND="
+	>=dev-libs/glib-2.66.0
+	dev-libs/libgudev:=
+	>=x11-libs/gtk+-3.24.0:3
+	>=xfce-base/exo-0.10:=
+	>=xfce-base/libxfce4ui-4.12:=
+	>=xfce-base/libxfce4util-4.12:=
+	>=xfce-base/xfconf-4.12:=
+	libnotify? ( >=x11-libs/libnotify-0.7 )
+"
+RDEPEND="
+	${DEPEND}
+	virtual/udev
+	>=xfce-base/thunar-1.6[udisks]
+"
+BDEPEND="
+	dev-util/intltool
+	sys-devel/gettext
+	virtual/pkgconfig
+"
+
+src_configure() {
+	local myconf=(
+		$(use_enable libnotify notifications)
+	)
+	econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar-volman/
@ 2023-02-03 13:32 Arthur Zamarin
  0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-02-03 13:32 UTC (permalink / raw
  To: gentoo-commits

commit:     77a4e3ca403ce312ac1fb085e8276ee98fab8f4b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 13:31:28 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  3 13:31:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77a4e3ca

xfce-base/thunar-volman: Stabilize 4.18.0 arm, #893064

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild b/xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild
index 1674cc06d834..28a5ac779b68 100644
--- a/xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild
+++ b/xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,7 +15,7 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 # CC for tvm-burn-cd.svg
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="libnotify"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar-volman/
@ 2023-02-03 14:21 Arthur Zamarin
  0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-02-03 14:21 UTC (permalink / raw
  To: gentoo-commits

commit:     ed36557cf8b4d9e32ff7af8cd4a90865619ac6a7
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 14:20:30 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  3 14:20:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed36557c

xfce-base/thunar-volman: Stabilize 4.18.0 ppc64, #893064

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild b/xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild
index 28a5ac779b68..3d80e9fef63c 100644
--- a/xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild
+++ b/xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 # CC for tvm-burn-cd.svg
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86"
 IUSE="libnotify"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar-volman/
@ 2023-02-03 14:21 Arthur Zamarin
  0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-02-03 14:21 UTC (permalink / raw
  To: gentoo-commits

commit:     a53cb195ecb81ad017e99f3a3dc05ba00df33fc2
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 14:21:20 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  3 14:21:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a53cb195

xfce-base/thunar-volman: Stabilize 4.18.0 arm64, #893064

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild b/xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild
index 3d80e9fef63c..3a0cfa103936 100644
--- a/xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild
+++ b/xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 # CC for tvm-burn-cd.svg
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86"
 IUSE="libnotify"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar-volman/
@ 2023-02-03 16:53 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-02-03 16:53 UTC (permalink / raw
  To: gentoo-commits

commit:     63fccb6923005ba96437449da2676b5e7600549e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 16:52:07 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  3 16:52:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63fccb69

xfce-base/thunar-volman: Stabilize 4.18.0 amd64, #893064

Signed-off-by: Sam James <sam <AT> gentoo.org>

 xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild b/xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild
index 3a0cfa103936..abd4bf919327 100644
--- a/xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild
+++ b/xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 # CC for tvm-burn-cd.svg
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86"
 IUSE="libnotify"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar-volman/
@ 2023-03-15  6:55 Michał Górny
  0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2023-03-15  6:55 UTC (permalink / raw
  To: gentoo-commits

commit:     da078ae4c32a529f90baa030008e7249eb72f8cd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 06:54:03 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 15 06:55:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da078ae4

xfce-base/thunar-volman: Stabilize 4.18.0 ppc, #893064

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

 xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild b/xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild
index abd4bf919327..ff24f1392e8a 100644
--- a/xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild
+++ b/xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 # CC for tvm-burn-cd.svg
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc ~x86"
 IUSE="libnotify"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar-volman/
@ 2023-03-17  8:56 Arthur Zamarin
  0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-03-17  8:56 UTC (permalink / raw
  To: gentoo-commits

commit:     26a6c2afae8f401b38f086f31bd64db14bd04447
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 08:56:01 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 08:56:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26a6c2af

xfce-base/thunar-volman: Stabilize 4.18.0 x86, #893064

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild b/xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild
index ff24f1392e8a..8ae68f0c9f25 100644
--- a/xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild
+++ b/xfce-base/thunar-volman/thunar-volman-4.18.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 # CC for tvm-burn-cd.svg
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86"
 IUSE="libnotify"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar-volman/
@ 2023-03-17 10:50 Michał Górny
  0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2023-03-17 10:50 UTC (permalink / raw
  To: gentoo-commits

commit:     e2ab23212ac68b2475f3b9aeade678a6e0188ccd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 10:45:42 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 10:50:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2ab2321

xfce-base/thunar-volman: Remove old

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

 xfce-base/thunar-volman/Manifest                   |  2 -
 .../thunar-volman/thunar-volman-4.16.0.ebuild      | 47 ------------------
 .../thunar-volman/thunar-volman-4.17.1.ebuild      | 55 ----------------------
 3 files changed, 104 deletions(-)

diff --git a/xfce-base/thunar-volman/Manifest b/xfce-base/thunar-volman/Manifest
index ab8f4d37a3bf..2abf0bfb0150 100644
--- a/xfce-base/thunar-volman/Manifest
+++ b/xfce-base/thunar-volman/Manifest
@@ -1,3 +1 @@
-DIST thunar-volman-4.16.0.tar.bz2 501194 BLAKE2B 3d2fce7bb9a52a950ab84fa9986387af01d7d55864bd8fc1a3051ab406c99648b4ba21d018e806baa07ec1ac7e2bc798eb402b1c0e115e52b58ccdbda0ca4c5f SHA512 33b7561e55491b793aa634dfa0b108788286e6b7a2f60a781b8ba10f73de74630520736ae99c4db66ae2da562a82bb1a6bdacd8307d6d452f26e647da6471af8
-DIST thunar-volman-4.17.1.tar.bz2 510275 BLAKE2B 16501dddec85811263d22b0757fe9f150c262ade9e80566ae141f84544ff52122f4beafeef1fb41b80ea8e562ffd93fdffa4b3dd5cade710b0ed2115f7adce40 SHA512 a36f7fad3d2e9c36d8228ecc30463a2d588d8fa6927029242dcc4138a81259e6d131fd660455ea77ce65e2f1e54240cfe75cbbe1a32f8371ba6c014c0c971098
 DIST thunar-volman-4.18.0.tar.bz2 510289 BLAKE2B 6da7042d85fbdb57b811d1a08c1bdc0b0449b0c37013a37a8a19f15901135cea544f469c68de7880ca10110c9418426ecd0747fd00725077b6e171ec4a0cccf9 SHA512 29681ede6274e999377e2aae2b157ed355d9e471416db2d4beb4432f84c60008f8c5008c87392c20da51d58fc3bd8f097d6f21764903baf1a301fb00e6166420

diff --git a/xfce-base/thunar-volman/thunar-volman-4.16.0.ebuild b/xfce-base/thunar-volman/thunar-volman-4.16.0.ebuild
deleted file mode 100644
index b1e65a9885aa..000000000000
--- a/xfce-base/thunar-volman/thunar-volman-4.16.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="Daemon that enforces volume-related policies"
-HOMEPAGE="https://goodies.xfce.org/projects/thunar-plugins/thunar-volman"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-# CC for tvm-burn-cd.svg
-LICENSE="GPL-2+ CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86"
-IUSE="libnotify"
-
-DEPEND=">=dev-libs/glib-2.50
-	dev-libs/libgudev:=
-	>=x11-libs/gtk+-3.20:3
-	>=xfce-base/exo-0.10:=
-	>=xfce-base/libxfce4ui-4.12:=
-	>=xfce-base/libxfce4util-4.12:=
-	>=xfce-base/xfconf-4.12:=
-	libnotify? ( >=x11-libs/libnotify-0.7 )"
-RDEPEND="${DEPEND}
-	virtual/udev
-	>=xfce-base/thunar-1.6[udisks]"
-BDEPEND="
-	dev-util/intltool
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-src_configure() {
-	local myconf=(
-		$(use_enable libnotify notifications)
-	)
-	econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}

diff --git a/xfce-base/thunar-volman/thunar-volman-4.17.1.ebuild b/xfce-base/thunar-volman/thunar-volman-4.17.1.ebuild
deleted file mode 100644
index d85d390c9a04..000000000000
--- a/xfce-base/thunar-volman/thunar-volman-4.17.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Daemon that enforces volume-related policies"
-HOMEPAGE="
-	https://docs.xfce.org/xfce/thunar/thunar-volman
-	https://gitlab.xfce.org/xfce/thunar-volman/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-# CC for tvm-burn-cd.svg
-LICENSE="GPL-2+ CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="libnotify"
-
-DEPEND="
-	>=dev-libs/glib-2.50
-	dev-libs/libgudev:=
-	>=x11-libs/gtk+-3.20:3
-	>=xfce-base/exo-0.10:=
-	>=xfce-base/libxfce4ui-4.12:=
-	>=xfce-base/libxfce4util-4.12:=
-	>=xfce-base/xfconf-4.12:=
-	libnotify? ( >=x11-libs/libnotify-0.7 )
-"
-RDEPEND="
-	${DEPEND}
-	virtual/udev
-	>=xfce-base/thunar-1.6[udisks]
-"
-BDEPEND="
-	dev-util/intltool
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-
-src_configure() {
-	local myconf=(
-		$(use_enable libnotify notifications)
-	)
-	econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-03-17 10:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-15  6:55 [gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar-volman/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2023-03-17 10:50 Michał Górny
2023-03-17  8:56 Arthur Zamarin
2023-02-03 16:53 Sam James
2023-02-03 14:21 Arthur Zamarin
2023-02-03 14:21 Arthur Zamarin
2023-02-03 13:32 Arthur Zamarin
2022-12-15 15:04 Michał Górny
2022-12-15 15:04 Michał Górny
2022-12-01 13:55 Michał Górny
2022-11-01 12:17 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox