diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-03-08 19:21:11 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-03-08 19:21:11 +0000 |
| commit | 1b4c3ac22e46909a186accaedf796a2cb5a95bce (patch) | |
| tree | 1910f4a7dd146373ce6ecf07b47fba258719f076 /xfce-extra | |
| parent | 347da451c3dbda069bfbfafea33476334d6dd1c2 (diff) | |
| download | baldeagleos-repo-1b4c3ac22e46909a186accaedf796a2cb5a95bce.tar.gz baldeagleos-repo-1b4c3ac22e46909a186accaedf796a2cb5a95bce.tar.xz baldeagleos-repo-1b4c3ac22e46909a186accaedf796a2cb5a95bce.zip | |
Adding metadata
Diffstat (limited to 'xfce-extra')
6 files changed, 2 insertions, 141 deletions
diff --git a/xfce-extra/xfce4-notifyd/Manifest b/xfce-extra/xfce4-notifyd/Manifest index d0cfcfd41adb..89c48617adc2 100644 --- a/xfce-extra/xfce4-notifyd/Manifest +++ b/xfce-extra/xfce4-notifyd/Manifest @@ -1,2 +1 @@ -DIST xfce4-notifyd-0.9.6.tar.bz2 742198 BLAKE2B 8bcd2df7e7b8727ba05f94577e3fe9a575c0801bccb841e4077f5150578f2b7faf25444193da45ddfef870d9cf470793b0c152b939f4391421fa226a39eca9f3 SHA512 deef625fdb7828ac25a3eeb2c5e5813f285310354b33a81e1c7943024d9dee9e9b5765f94f7e7ccedd1998dab77eb2c62a2803864d56aed6f831f08b910f0071 DIST xfce4-notifyd-0.9.7.tar.bz2 769085 BLAKE2B 1d76daa342f4011ca0b4bb3c71e721ffd9a140538b181410508332bddd5d2c3fcfc1ec3ee51b80c50cdd37d01b266c4bc412927a5820fbd2fe251131ca7b12e7 SHA512 8bbc7eff631704c7ac9417d3eaba151a0e6de54e48e0b75f7e7ec67c596a11b5ecd3b7ed12ffe6d657d335cb11102686fd69d5f0d1ab5b6645a594d6f0cbd6a6 diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.6-r1.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.6-r1.ebuild deleted file mode 100644 index c15c4c5bc442..000000000000 --- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.6-r1.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xdg-utils - -DESCRIPTION="Notification daemon for the Xfce desktop environment" -HOMEPAGE=" - https://docs.xfce.org/apps/notifyd/start - https://gitlab.xfce.org/apps/xfce4-notifyd/ -" -SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86" -IUSE="sound wayland X" - -DEPEND=" - >=dev-db/sqlite-3.34:3 - >=dev-libs/glib-2.68.0:2 - >=sys-apps/dbus-1.0 - >=x11-libs/gtk+-3.22:3[wayland?,X?] - >=x11-libs/libnotify-0.7 - >=xfce-base/libxfce4ui-4.12:=[gtk3(+)] - >=xfce-base/libxfce4util-4.12:= - >=xfce-base/xfce4-panel-4.14.0:= - >=xfce-base/xfconf-4.10:= - sound? ( || ( - media-libs/libcanberra-gtk3 - >=media-libs/libcanberra-0.30[gtk3(-)] - ) ) - wayland? ( - >=gui-libs/gtk-layer-shell-0.7.0 - ) - X? ( - >=x11-libs/libX11-1.6.7 - ) -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - dev-util/gdbus-codegen - dev-util/glib-utils - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig -" - -src_configure() { - local myconf=( - $(use_enable wayland) - $(use_enable X x11) - - # just service files - --enable-systemd - ) - - econf "${myconf[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.7.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.7.ebuild index 7554af6bb234..c7dda1bccdf6 100644 --- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.7.ebuild +++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.7.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86" IUSE="sound wayland X" DEPEND=" diff --git a/xfce-extra/xfce4-whiskermenu-plugin/Manifest b/xfce-extra/xfce4-whiskermenu-plugin/Manifest index e74b39eda7e6..a5c5009bbe7d 100644 --- a/xfce-extra/xfce4-whiskermenu-plugin/Manifest +++ b/xfce-extra/xfce4-whiskermenu-plugin/Manifest @@ -1,2 +1 @@ -DIST xfce4-whiskermenu-plugin-2.8.4.tar.bz2 189895 BLAKE2B 6f6536c5fe83ead7d2a706846b248e13bec45af2e1ed66e4e880f75813640e588a71ada71af97f62c4d358add15a97b5c97cd06cef150a08785b97d36ffa2b50 SHA512 6033664aa80ccf82cb9abcd4918f027f731f5d065acc4462330f769f94e3dea7036199cdf88f84d2f244e9b1279d5aba2a7a14aa20ef41983c718180a16d548b DIST xfce4-whiskermenu-plugin-2.9.2.tar.bz2 193188 BLAKE2B 0860bf313fc4b26e864cfd56539f5ec4249a788122b6d8d49f2eacaf048a40f08acac30cf20e4e4e449c6226c19d55c038513ed33ebab25fd9f9d1283cfefe53 SHA512 771035b30afe9cd16dd466a957b6628c97bf2393c5eae97a187b880f0624421f0cc56e04f0b57c80dbe0c301d37552ad9a1b162434ab6b9864dceb5fa0109c0f diff --git a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.8.4.ebuild b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.8.4.ebuild deleted file mode 100644 index c47e422e2161..000000000000 --- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.8.4.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit cmake xdg-utils - -DESCRIPTION="Alternate application launcher for Xfce" -HOMEPAGE="https://gottcode.org/xfce4-whiskermenu-plugin/" -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" -IUSE="accountsservice wayland" - -DEPEND=" - virtual/libintl - x11-libs/gtk+:3 - >=xfce-base/exo-0.12:= - >=xfce-base/garcon-0.6.4:= - >=xfce-base/libxfce4ui-4.14:= - >=xfce-base/libxfce4util-4.14:= - >=xfce-base/xfce4-panel-4.14:= - >=xfce-base/xfconf-4.14:= - accountsservice? ( - >=sys-apps/accountsservice-0.6.45 - ) - wayland? ( - >=gui-libs/gtk-layer-shell-0.7 - ) -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - sys-devel/gettext - virtual/pkgconfig -" - -# upstream does fancy stuff in other build types -CMAKE_BUILD_TYPE=Debug - -src_configure() { - local mycmakeargs=( - -DENABLE_AS_NEEDED=OFF - -DENABLE_LINKER_OPTIMIZED_HASH_TABLES=OFF - -DENABLE_DEVELOPER_MODE=OFF - -DENABLE_LINK_TIME_OPTIMIZATION=OFF - -DENABLE_ACCOUNTS_SERVICE=$(usex accountsservice) - -DENABLE_GTK_LAYER_SHELL=$(usex wayland) - ) - - cmake_src_configure -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} diff --git a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.9.2.ebuild b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.9.2.ebuild index 33f03394e253..c3e619ffd135 100644 --- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.9.2.ebuild +++ b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.9.2.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" IUSE="accountsservice wayland" DEPEND=" |
