diff options
author | khorben <khorben@pkgsrc.org> | 2016-04-14 23:37:33 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2016-04-14 23:37:33 +0000 |
commit | c60b0a523edb23fcc4cdaf7b75aa665d4297d0e0 (patch) | |
tree | 3400b1e8d73007c18ddb19c49c4aac0a33cf63f0 /sysutils | |
parent | 0ed0e672b2b031ef954ac15f37dbdaa591f6f61d (diff) | |
download | pkgsrc-c60b0a523edb23fcc4cdaf7b75aa665d4297d0e0.tar.gz |
Package DeforaOS Browser 0.5.1
This release brings:
- re-license as 3-clause BSD
- minor performance improvements (refreshing, thumbnails)
- improved image rendering in view(1) and the "preview" plug-in
- manual pages build reproducibly
- more portable build as PIE
- fix build with multiple jobs
- fix crash when closing windows in embedded mode
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/deforaos-browser/Makefile | 11 | ||||
-rw-r--r-- | sysutils/deforaos-browser/distinfo | 11 | ||||
-rw-r--r-- | sysutils/deforaos-browser/patches/patch-src_widget_Makefile | 17 |
3 files changed, 10 insertions, 29 deletions
diff --git a/sysutils/deforaos-browser/Makefile b/sysutils/deforaos-browser/Makefile index dcf7b2f6cc2..4b38f575226 100644 --- a/sysutils/deforaos-browser/Makefile +++ b/sysutils/deforaos-browser/Makefile @@ -1,17 +1,16 @@ -# $NetBSD: Makefile,v 1.21 2016/02/20 02:28:14 khorben Exp $ +# $NetBSD: Makefile,v 1.22 2016/04/14 23:37:33 khorben Exp $ # -DISTNAME= Browser-0.5.0 -PKGNAME= deforaos-browser-0.5.0 -PKGREVISION= 1 +DISTNAME= Browser-0.5.1 +PKGNAME= deforaos-browser-0.5.1 CATEGORIES= sysutils -MASTER_SITES= http://www.defora.org/os/download/download/4418/ +MASTER_SITES= http://www.defora.org/os/download/download/4442/ MAINTAINER= khorben@defora.org HOMEPAGE= http://www.defora.org/ COMMENT= DeforaOS desktop file manager and desktop handler -LICENSE= gnu-gpl-v3 +LICENSE= modified-bsd USE_TOOLS+= pkg-config USE_TOOLS+= xgettext diff --git a/sysutils/deforaos-browser/distinfo b/sysutils/deforaos-browser/distinfo index 6698dfa6f2b..688e176aabb 100644 --- a/sysutils/deforaos-browser/distinfo +++ b/sysutils/deforaos-browser/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.12 2016/02/22 12:14:23 khorben Exp $ +$NetBSD: distinfo,v 1.13 2016/04/14 23:37:33 khorben Exp $ -SHA1 (Browser-0.5.0.tar.gz) = 26170b6341f29bfbacbfefe47c25004aeacc06bb -RMD160 (Browser-0.5.0.tar.gz) = 4749d0dcb600efea2cd623835de42a1b6970327d -SHA512 (Browser-0.5.0.tar.gz) = 38dbee726f8a7b8bd07b9433896119c3ebc9567ca17f4d4428fb03fdd04dfa41b215ad40bd5b8e35c213a96ffa9114de9fc69191bec3525534990a5eb174e3ea -Size (Browser-0.5.0.tar.gz) = 160871 bytes -SHA1 (patch-src_widget_Makefile) = 090ba887dd6ded492d0dc60066a275d40c72e139 +SHA1 (Browser-0.5.1.tar.gz) = 0a1b7c1a215ba30aafd63dedc7844c6315b853e0 +RMD160 (Browser-0.5.1.tar.gz) = 65fd9ca5372ad72b81f967766cce62755e062d09 +SHA512 (Browser-0.5.1.tar.gz) = caf98ff82e55709d0c5487ea3a872a814742634ce206290ec896ad3a8e15e5055d4b524fcd70dc1e37578e9fa573e462591ef5d6313efa725882c556c6f4cb5d +Size (Browser-0.5.1.tar.gz) = 155403 bytes diff --git a/sysutils/deforaos-browser/patches/patch-src_widget_Makefile b/sysutils/deforaos-browser/patches/patch-src_widget_Makefile deleted file mode 100644 index 823396d381c..00000000000 --- a/sysutils/deforaos-browser/patches/patch-src_widget_Makefile +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-src_widget_Makefile,v 1.1 2016/02/22 12:14:24 khorben Exp $ - -Fix build for the file manager Widget. - ---- src/widget/Makefile.orig 2016-02-20 00:04:45.000000000 +0000 -+++ src/widget/Makefile -@@ -6,8 +6,8 @@ LIBDIR = $(PREFIX)/lib - CC = cc - CPPFLAGSF= - CPPFLAGS= --CFLAGSF = `pkg-config --cflags libDesktop` --CFLAGS = -W -Wall -g -O2 -fPIC -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector-all -+CFLAGSF = `pkg-config --cflags libDesktop` -fPIC -+CFLAGS = -W -Wall -g -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector-all - LDFLAGSF= `pkg-config --libs libDesktop` -lintl -L$(OBJDIR).. -Wl,-rpath,$(LIBDIR) -lBrowser - LDFLAGS = -Wl,-z,relro -Wl,-z,now - EXEEXT = |