Update redshift to 1.7.
ok ajacoutot@.
This commit is contained in:
parent
6dd1cdd405
commit
e744571ff6
@ -1,13 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2011/06/08 17:36:18 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2011/07/17 08:05:36 rpointel Exp $
|
||||
|
||||
COMMENT= automatic color temperature adjustment
|
||||
|
||||
V= 1.6
|
||||
V= 1.7
|
||||
DISTNAME= redshift-${V}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
REVISION= 3
|
||||
|
||||
CATEGORIES= misc
|
||||
|
||||
HOMEPAGE= http://jonls.dk/redshift/
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (redshift-1.6.tar.bz2) = vXWzF7juSSpEg+kalPKwwQ==
|
||||
RMD160 (redshift-1.6.tar.bz2) = 0qkhr78bTA+N+csZKzk4u09cQhE=
|
||||
SHA1 (redshift-1.6.tar.bz2) = x5ytqx82xHi+ngFg5IMq6CVtVhU=
|
||||
SHA256 (redshift-1.6.tar.bz2) = kQdFHe48ccbqFGy1QJOQgUv4W1bqSV+1dsKPbjH8hjw=
|
||||
SIZE (redshift-1.6.tar.bz2) = 266881
|
||||
MD5 (redshift-1.7.tar.bz2) = xWUSr6KStalLcV7UoYQdTA==
|
||||
RMD160 (redshift-1.7.tar.bz2) = wrobxD6L1USKIsCrJf8reBMhkps=
|
||||
SHA1 (redshift-1.7.tar.bz2) = zKO4Ov7xaHtTMzdkmvEoURaRhZA=
|
||||
SHA256 (redshift-1.7.tar.bz2) = m/o8PUqc5uoGpeYjWrToIVpFbAjW50UcA4lFajfQEMg=
|
||||
SIZE (redshift-1.7.tar.bz2) = 269820
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/11/03 07:12:41 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/07/17 08:05:36 rpointel Exp $
|
||||
bin/gtk-redshift
|
||||
@bin bin/redshift
|
||||
lib/python${MODPY_VERSION}/site-packages/gtk_redshift/
|
||||
@ -19,16 +19,8 @@ share/applications/gtk-redshift.desktop
|
||||
share/icons/hicolor/scalable/apps/redshift-status-off.svg
|
||||
share/icons/hicolor/scalable/apps/redshift-status-on.svg
|
||||
share/icons/hicolor/scalable/apps/redshift.svg
|
||||
share/icons/ubuntu-mono-dark/
|
||||
share/icons/ubuntu-mono-dark/scalable/
|
||||
share/icons/ubuntu-mono-dark/scalable/apps/
|
||||
share/icons/ubuntu-mono-dark/scalable/apps/redshift-status-off.svg
|
||||
share/icons/ubuntu-mono-dark/scalable/apps/redshift-status-on.svg
|
||||
share/icons/ubuntu-mono-light/
|
||||
share/icons/ubuntu-mono-light/scalable/
|
||||
share/icons/ubuntu-mono-light/scalable/apps/
|
||||
share/icons/ubuntu-mono-light/scalable/apps/redshift-status-off.svg
|
||||
share/icons/ubuntu-mono-light/scalable/apps/redshift-status-on.svg
|
||||
share/locale/ar/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
|
||||
@ -36,18 +28,17 @@ share/locale/es/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/it/LC_MESSAGES/redshift.mo
|
||||
share/locale/ka/LC_MESSAGES/redshift.mo
|
||||
share/locale/lt/LC_MESSAGES/redshift.mo
|
||||
share/locale/nl/LC_MESSAGES/redshift.mo
|
||||
share/locale/pl/LC_MESSAGES/redshift.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/redshift.mo
|
||||
share/locale/ru/LC_MESSAGES/redshift.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/redshift.mo
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/ubuntu-mono-dark 2> /dev/null || true
|
||||
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/ubuntu-mono-dark 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/ubuntu-mono-light 2> /dev/null || true
|
||||
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/ubuntu-mono-light 2> /dev/null || true
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec-delete %D/bin/update-desktop-database
|
||||
|
Loading…
Reference in New Issue
Block a user