pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/deforaos-panel deforaos-panel: update to version 0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3323567e442
branches:  trunk
changeset: 438943:d3323567e442
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Sun Sep 13 04:32:35 2020 +0000

description:
deforaos-panel: update to version 0.4.1

 * The telephony applet moved to DeforaOS Integration
 * The "General" tab no longer focused when applying preferences
 * Fix building Panel applets with pkg-config
 * Improved support for translations

diffstat:

 x11/deforaos-panel/Makefile                       |   7 +++----
 x11/deforaos-panel/PLIST                          |   3 +--
 x11/deforaos-panel/distinfo                       |  11 +++++------
 x11/deforaos-panel/patches/patch-data_Panel.pc.in |  14 --------------
 4 files changed, 9 insertions(+), 26 deletions(-)

diffs (67 lines):

diff -r b6a5b788d7b1 -r d3323567e442 x11/deforaos-panel/Makefile
--- a/x11/deforaos-panel/Makefile       Sat Sep 12 23:56:44 2020 +0000
+++ b/x11/deforaos-panel/Makefile       Sun Sep 13 04:32:35 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.39 2020/09/12 22:51:10 khorben Exp $
+# $NetBSD: Makefile,v 1.40 2020/09/13 04:32:35 khorben Exp $
 #
 
-DISTNAME=      Panel-0.4.0
-PKGNAME=       deforaos-panel-0.4.0
-PKGREVISION=   4
+DISTNAME=      Panel-0.4.1
+PKGNAME=       deforaos-panel-0.4.1
 CATEGORIES=    x11
 MASTER_SITES=  https://ftp.defora.org/pub/DeforaOS/Apps/Desktop/src/Panel/
 
diff -r b6a5b788d7b1 -r d3323567e442 x11/deforaos-panel/PLIST
--- a/x11/deforaos-panel/PLIST  Sat Sep 12 23:56:44 2020 +0000
+++ b/x11/deforaos-panel/PLIST  Sun Sep 13 04:32:35 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2020/01/10 23:21:17 khorben Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/09/13 04:32:35 khorben Exp $
 bin/panel
 bin/panel-embed
 bin/panel-message
@@ -30,7 +30,6 @@
 lib/Panel/applets/mixer.so
 lib/Panel/applets/network.so
 lib/Panel/applets/pager.so
-lib/Panel/applets/phone.so
 lib/Panel/applets/rotate.so
 lib/Panel/applets/separator.so
 lib/Panel/applets/shutdown.so
diff -r b6a5b788d7b1 -r d3323567e442 x11/deforaos-panel/distinfo
--- a/x11/deforaos-panel/distinfo       Sat Sep 12 23:56:44 2020 +0000
+++ b/x11/deforaos-panel/distinfo       Sun Sep 13 04:32:35 2020 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.16 2020/09/12 22:51:10 khorben Exp $
+$NetBSD: distinfo,v 1.17 2020/09/13 04:32:35 khorben Exp $
 
-SHA1 (Panel-0.4.0.tar.gz) = decc1a10808184bea07ac0b34b960c30ffc952da
-RMD160 (Panel-0.4.0.tar.gz) = 3fe467c8ab6401eaaa40ab2a5f6a3c3a89f98fe7
-SHA512 (Panel-0.4.0.tar.gz) = b0de763fe6c905293a2821e99c4d894520030512653379d35e0794a2f9d3a23e1895f54d10397f479684b361a24e8c122d1f9fea73a9865160df183c9eb1dc2d
-Size (Panel-0.4.0.tar.gz) = 158643 bytes
-SHA1 (patch-data_Panel.pc.in) = 7b68412fa282e819a0d24747eab6c05c86be2a3f
+SHA1 (Panel-0.4.1.tar.gz) = b98086d00891013e0c42d35c06434ab80bdec974
+RMD160 (Panel-0.4.1.tar.gz) = ff8d3338f0782ddcf6611a1b4fa3afc465f37efa
+SHA512 (Panel-0.4.1.tar.gz) = 2af6c8a61fd17a606dd32a481099d49e655382e96f26bd48f6e9029e44f5c7151d521ec039912f7bbec92e5e9e07b84499633316e41860b2d897aa3276fd6217
+Size (Panel-0.4.1.tar.gz) = 158083 bytes
diff -r b6a5b788d7b1 -r d3323567e442 x11/deforaos-panel/patches/patch-data_Panel.pc.in
--- a/x11/deforaos-panel/patches/patch-data_Panel.pc.in Sat Sep 12 23:56:44 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-data_Panel.pc.in,v 1.1 2020/09/12 22:51:10 khorben Exp $
-
-Fix building panel applets
-
---- data/Panel.pc.in.orig      2015-08-10 23:18:00.000000000 +0000
-+++ data/Panel.pc.in
-@@ -6,6 +6,6 @@ libdir=${exec_prefix}/lib
- Name: Panel
- Description: DeforaOS Desktop Panel applets
- Version: @VERSION@
--Requires: gtk+-2.0
-+Requires: libDesktop
- Cflags: -I${includedir}
- Libs: -Wl,-rpath-link,${libdir} -Wl,-rpath,${libdir} -L${libdir} -lPanel



Home | Main Index | Thread Index | Old Index