diff options
author | khorben <khorben@pkgsrc.org> | 2016-02-20 00:46:55 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2016-02-20 00:46:55 +0000 |
commit | d2636c0c2793c501c43f5e79b862a77882530a7d (patch) | |
tree | c5c7360a6e51f57cf570e8d5956daf4033cf8a26 /x11/deforaos-panel | |
parent | a4da13abe0a0dc8c83dd931e7275c7dd0e14ca98 (diff) | |
download | pkgsrc-d2636c0c2793c501c43f5e79b862a77882530a7d.tar.gz |
Package DeforaOS Panel 0.3.6
This release brings:
- compatibility with latest libSystem
- improved "user" applet
- fix for power management support on NetBSD
Diffstat (limited to 'x11/deforaos-panel')
-rw-r--r-- | x11/deforaos-panel/Makefile | 13 | ||||
-rw-r--r-- | x11/deforaos-panel/distinfo | 11 | ||||
-rw-r--r-- | x11/deforaos-panel/patches/patch-tools_Makefile | 12 |
3 files changed, 10 insertions, 26 deletions
diff --git a/x11/deforaos-panel/Makefile b/x11/deforaos-panel/Makefile index 26f786955c4..c81789dfbae 100644 --- a/x11/deforaos-panel/Makefile +++ b/x11/deforaos-panel/Makefile @@ -1,18 +1,15 @@ -# $NetBSD: Makefile,v 1.22 2015/10/03 14:13:49 khorben Exp $ +# $NetBSD: Makefile,v 1.23 2016/02/20 00:46:55 khorben Exp $ +# - -DISTNAME= Panel-0.3.4 -PKGNAME= deforaos-panel-0.3.4 +DISTNAME= Panel-0.3.6 +PKGNAME= deforaos-panel-0.3.6 CATEGORIES= x11 -MASTER_SITES= http://www.defora.org/os/download/download/4376/ +MASTER_SITES= http://www.defora.org/os/download/download/4417/ MAINTAINER= khorben@defora.org HOMEPAGE= http://www.defora.org/ COMMENT= DeforaOS desktop panel -# panel vs libPanel -MAKE_JOBS_SAFE= no - LICENSE= gnu-gpl-v3 USE_TOOLS+= pkg-config diff --git a/x11/deforaos-panel/distinfo b/x11/deforaos-panel/distinfo index 5875aac4c43..2e26f474c63 100644 --- a/x11/deforaos-panel/distinfo +++ b/x11/deforaos-panel/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.12 2015/11/04 03:28:27 agc Exp $ +$NetBSD: distinfo,v 1.13 2016/02/20 00:46:55 khorben Exp $ -SHA1 (Panel-0.3.4.tar.gz) = 90c4ce36fd1b74a3233cbfb03b3f3ba5dde95986 -RMD160 (Panel-0.3.4.tar.gz) = 6e116370715619cc4dda0206bf76cd3573a67777 -SHA512 (Panel-0.3.4.tar.gz) = eec80bd28a25b1d891c5410cf9dded2b6736f204186a4f39f112292af0e74a903f9e11993a51966eb9d18b68e5229388c09f9fb2d9a08455155dd6f1c465c0c1 -Size (Panel-0.3.4.tar.gz) = 144020 bytes -SHA1 (patch-tools_Makefile) = f05ebc04da359e181de0e7d44de8b960a3c266f8 +SHA1 (Panel-0.3.6.tar.gz) = a87f49c638a2d8df210c21bd684b3fbdc01a375a +RMD160 (Panel-0.3.6.tar.gz) = 31a25b60c60b0198352b3fa2f26ee4f59418620d +SHA512 (Panel-0.3.6.tar.gz) = cafdeb2e9127520dd65f1cef5e24dadac063146868517173771e8d44eb742687d9d79fa2738086008628c9cadfa39188cc0eb5624bd5efafbc00556e1b58c487 +Size (Panel-0.3.6.tar.gz) = 146129 bytes diff --git a/x11/deforaos-panel/patches/patch-tools_Makefile b/x11/deforaos-panel/patches/patch-tools_Makefile deleted file mode 100644 index 381486a7cf0..00000000000 --- a/x11/deforaos-panel/patches/patch-tools_Makefile +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-tools_Makefile,v 1.2 2015/08/27 09:14:52 khorben Exp $ - ---- tools/Makefile.orig 2015-08-10 23:33:27.000000000 +0000 -+++ tools/Makefile -@@ -3,6 +3,7 @@ OBJDIR = - PREFIX = /usr/local - DESTDIR = - BINDIR = $(PREFIX)/bin -+LIBDIR = $(PREFIX)/lib - SBINDIR = $(PREFIX)/sbin - CC = cc - CPPFLAGSF= |