pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/redshift



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 21 15:22:38 UTC 2021

Modified Files:
        pkgsrc/x11/redshift: Makefile PLIST

Log Message:
redshift: install translations and examples. bump PKGREVISION.

from Benedek Gergely in a private email.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/redshift/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/redshift/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/redshift/Makefile
diff -u pkgsrc/x11/redshift/Makefile:1.5 pkgsrc/x11/redshift/Makefile:1.6
--- pkgsrc/x11/redshift/Makefile:1.5    Tue Jun  2 08:25:03 2020
+++ pkgsrc/x11/redshift/Makefile        Fri May 21 15:22:38 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2020/06/02 08:25:03 adam Exp $
+# $NetBSD: Makefile,v 1.6 2021/05/21 15:22:38 nia Exp $
 
 DISTNAME=      redshift-1.12
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jonls/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
@@ -14,12 +14,20 @@ LICENSE=    gnu-gpl-v3
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-USE_TOOLS+=    intltool pkg-config
+USE_TOOLS+=    intltool pkg-config gmake
 USE_TOOLS+=    msgfmt msgmerge xgettext
 
 CONFIGURE_ARGS+=       --disable-gui
 
+EGDIR=                 share/examples/redshift
+INSTALLATION_DIRS=     ${EGDIR}
+
+post-install:
+       ${INSTALL_DATA} ${WRKSRC}/redshift.conf.sample \
+           ${DESTDIR}${PREFIX}/share/examples/redshift
+
 .include "options.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../x11/libXxf86vm/buildlink3.mk"
 .include "../../x11/libxcb/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/x11/redshift/PLIST
diff -u pkgsrc/x11/redshift/PLIST:1.1 pkgsrc/x11/redshift/PLIST:1.2
--- pkgsrc/x11/redshift/PLIST:1.1       Wed May 18 22:18:43 2016
+++ pkgsrc/x11/redshift/PLIST   Fri May 21 15:22:38 2021
@@ -1,3 +1,40 @@
-@comment $NetBSD: PLIST,v 1.1 2016/05/18 22:18:43 snj Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/05/21 15:22:38 nia Exp $
 bin/redshift
 man/man1/redshift.1
+share/examples/redshift/redshift.conf.sample
+share/locale/ar/LC_MESSAGES/redshift.mo
+share/locale/be/LC_MESSAGES/redshift.mo
+share/locale/bg/LC_MESSAGES/redshift.mo
+share/locale/ca/LC_MESSAGES/redshift.mo
+share/locale/cs/LC_MESSAGES/redshift.mo
+share/locale/da/LC_MESSAGES/redshift.mo
+share/locale/de/LC_MESSAGES/redshift.mo
+share/locale/el/LC_MESSAGES/redshift.mo
+share/locale/en_GB/LC_MESSAGES/redshift.mo
+share/locale/es/LC_MESSAGES/redshift.mo
+share/locale/et/LC_MESSAGES/redshift.mo
+share/locale/eu/LC_MESSAGES/redshift.mo
+share/locale/fi/LC_MESSAGES/redshift.mo
+share/locale/fr/LC_MESSAGES/redshift.mo
+share/locale/gl/LC_MESSAGES/redshift.mo
+share/locale/he/LC_MESSAGES/redshift.mo
+share/locale/hi/LC_MESSAGES/redshift.mo
+share/locale/hr/LC_MESSAGES/redshift.mo
+share/locale/hu/LC_MESSAGES/redshift.mo
+share/locale/it/LC_MESSAGES/redshift.mo
+share/locale/ja/LC_MESSAGES/redshift.mo
+share/locale/ka/LC_MESSAGES/redshift.mo
+share/locale/lt/LC_MESSAGES/redshift.mo
+share/locale/nb/LC_MESSAGES/redshift.mo
+share/locale/nl/LC_MESSAGES/redshift.mo
+share/locale/pl/LC_MESSAGES/redshift.mo
+share/locale/pt/LC_MESSAGES/redshift.mo
+share/locale/pt_BR/LC_MESSAGES/redshift.mo
+share/locale/ro/LC_MESSAGES/redshift.mo
+share/locale/ru/LC_MESSAGES/redshift.mo
+share/locale/sr/LC_MESSAGES/redshift.mo
+share/locale/sv/LC_MESSAGES/redshift.mo
+share/locale/tr/LC_MESSAGES/redshift.mo
+share/locale/uk/LC_MESSAGES/redshift.mo
+share/locale/zh_CN/LC_MESSAGES/redshift.mo
+share/locale/zh_TW/LC_MESSAGES/redshift.mo



Home | Main Index | Thread Index | Old Index