mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
print/cups-pk-helper: Update to 0.2.7
PR: 266067
This commit is contained in:
parent
d3cbf71e4b
commit
321bf8de0f
@ -1,21 +1,19 @@
|
||||
PORTNAME= cups-pk-helper
|
||||
PORTVERSION= 0.2.6
|
||||
PORTVERSION= 0.2.7
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://www.freedesktop.org/software/${PORTNAME}/releases/
|
||||
MASTER_SITES= https://www.freedesktop.org/software/${PORTNAME}/releases/
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Helper that makes system-config-printer use PolicyKit
|
||||
COMMENT= Helper that makes system-config-printer use polkit
|
||||
WWW= https://www.freedesktop.org/software/cups-pk-helper
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv2+
|
||||
|
||||
LIB_DEPENDS= libcups.so:print/cups \
|
||||
libpolkit-gobject-1.so:sysutils/polkit
|
||||
|
||||
USE_GNOME= glib20 intltool
|
||||
USES= cpe gettext gmake gnome localbase pkgconfig tar:xz
|
||||
USES= cpe gettext gnome localbase meson pkgconfig tar:xz
|
||||
CPE_VENDOR= cups-pk-helper_project
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1522693482
|
||||
SHA256 (cups-pk-helper-0.2.6.tar.xz) = 959af8f2f5a2761e7e498b61c9caf25ae963335031eae9972d999e9a0d97a228
|
||||
SIZE (cups-pk-helper-0.2.6.tar.xz) = 162368
|
||||
TIMESTAMP = 1674732010
|
||||
SHA256 (cups-pk-helper-0.2.7.tar.xz) = 66070ddb448fe9fcee76aa26be2ede5a80f85563e3a4afd59d2bfd79fbe2e831
|
||||
SIZE (cups-pk-helper-0.2.7.tar.xz) = 54500
|
||||
|
@ -1,2 +1,2 @@
|
||||
Cups-pk-helper is an application which makes cups configuration interfaces
|
||||
available under control of PolicyKit.
|
||||
available under control of polkit.
|
||||
|
@ -1,6 +1,8 @@
|
||||
etc/dbus-1/system.d/org.opensuse.CupsPkHelper.Mechanism.conf
|
||||
libexec/cups-pk-helper-mechanism
|
||||
share/dbus-1/system-services/org.opensuse.CupsPkHelper.Mechanism.service
|
||||
share/dbus-1/system.d/org.opensuse.CupsPkHelper.Mechanism.conf
|
||||
share/locale/af/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/ast/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/ca/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/cs/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/da/LC_MESSAGES/cups-pk-helper.mo
|
||||
@ -9,10 +11,13 @@ share/locale/en/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/en_GB/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/eo/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/es/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/et/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/eu/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/fi/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/fr/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/fur/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/gl/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/he/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/hr/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/hu/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/ia/LC_MESSAGES/cups-pk-helper.mo
|
||||
@ -22,6 +27,7 @@ share/locale/ja/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/ka/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/kk/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/ko/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/lt/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/lv/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/nl/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/oc/LC_MESSAGES/cups-pk-helper.mo
|
||||
@ -29,6 +35,7 @@ share/locale/pl/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/pt/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/ru/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/si/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/sk/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/sl/LC_MESSAGES/cups-pk-helper.mo
|
||||
share/locale/sr/LC_MESSAGES/cups-pk-helper.mo
|
||||
|
Loading…
Reference in New Issue
Block a user