From dc4fd48c975ae07ccaa3297a9b2ddda396526fe3 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sat, 7 Oct 2023 14:20:03 +0300 Subject: [PATCH 1/3] xfce4-taskmanager: update to 1.5.6. Also: - add changelog - adopt. --- srcpkgs/xfce4-taskmanager/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/xfce4-taskmanager/template b/srcpkgs/xfce4-taskmanager/template index 785abf6f7acdc..296ee8eab02c3 100644 --- a/srcpkgs/xfce4-taskmanager/template +++ b/srcpkgs/xfce4-taskmanager/template @@ -1,7 +1,7 @@ # Template file for 'xfce4-taskmanager' pkgname=xfce4-taskmanager -version=1.5.4 -revision=2 +version=1.5.6 +revision=1 build_style=gnu-configure configure_args="--with-locales-dir=/usr/share/locale --disable-static" hostmakedepends="pkg-config intltool" @@ -11,5 +11,6 @@ short_desc="XFCE task manager plugin" maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://docs.xfce.org/apps/xfce4-taskmanager/start" +changelog="https://gitlab.xfce.org/apps/xfce4-taskmanager/-/raw/master/NEWS" distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2" -checksum=25b13e890d14ce453ece19eb6201b4a9a4f3e3b324b947db9047ce79cc3ae62a +checksum=20979000761a41faed4f7f63f27bd18bb36fb27db4f7ecc8784a460701fb4abb From 511c2548bdf931206ce037508a7e5674ff5f2a90 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sat, 7 Oct 2023 14:25:57 +0300 Subject: [PATCH 2/3] xfce4-weather-plugin: update to 0.11.1. Also: - adopt - add changelog. --- srcpkgs/xfce4-weather-plugin/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/xfce4-weather-plugin/template b/srcpkgs/xfce4-weather-plugin/template index ef47f0f6143aa..77911b4971924 100644 --- a/srcpkgs/xfce4-weather-plugin/template +++ b/srcpkgs/xfce4-weather-plugin/template @@ -1,6 +1,6 @@ # Template file for 'xfce4-weather-plugin' pkgname=xfce4-weather-plugin -version=0.11.0 +version=0.11.1 revision=1 build_style=gnu-configure configure_args="--with-locales-dir=/usr/share/locale" @@ -8,9 +8,10 @@ hostmakedepends="pkg-config intltool" makedepends="libxfce4ui-devel xfce4-panel-devel libxml2-devel libsoup-devel upower-devel" depends="hicolor-icon-theme" short_desc="XFCE panel plugin to show temperature and weather" -maintainer="Orphaned " +maintainer="mobinmob " license="GPL-2.0-or-later" homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin" +changelog="https://gitlab.xfce.org/panel-plugins/xfce4-weather-plugin/-/raw/master/NEWS?ref_type=heads" distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2" -checksum=e3242ea951d51bc0fded1d02a4f1f662bec16a1fb10c855f71bda6541a1153fc +checksum=a45146f9a0dcdc95d191c09c64ad279ae289cf8f811c4433e08e31a656845239 lib32disabled=yes From 8e08d4ac7331c3ce4339a0e4faecb3f770a25aa9 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sat, 7 Oct 2023 14:36:24 +0300 Subject: [PATCH 3/3] xfce4-notifyd: update to 0.9.2. Also: - add sqlite-devel in makedepends (new upstream dep) - adopt. --- srcpkgs/xfce4-notifyd/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/xfce4-notifyd/template b/srcpkgs/xfce4-notifyd/template index 13cd032f65cc1..0e28a364fe433 100644 --- a/srcpkgs/xfce4-notifyd/template +++ b/srcpkgs/xfce4-notifyd/template @@ -1,11 +1,11 @@ # Template file for 'xfce4-notifyd' pkgname=xfce4-notifyd -version=0.6.4 +version=0.9.2 revision=1 build_style=gnu-configure configure_args="--with-locales-dir=/usr/share/locale --enable-dbus-start-daemon" hostmakedepends="pkg-config intltool glib-devel dbus-glib-devel" -makedepends="libnotify-devel xfce4-panel-devel" +makedepends="libnotify-devel xfce4-panel-devel sqlite-devel" depends="hicolor-icon-theme desktop-file-utils" short_desc="Simple, visually-appealing notification daemon for Xfce" maintainer="Orphaned " @@ -13,7 +13,7 @@ license="GPL-2.0-or-later" homepage="https://goodies.xfce.org/projects/applications/xfce4-notifyd" changelog="https://gitlab.xfce.org/apps/xfce4-notifyd/-/raw/master/NEWS" distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2" -checksum=0ece78f091f895374aad81a3bdc00701080b4ed07f7322fb680c4234319120f6 +checksum=47590f0c1f5cb45652d63e17cb4202bee2b2136432ac42395a4bedd110d18789 provides="notification-daemon-${version}_${revision}" replaces="notification-daemon>=0"