summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cups-pk-helper/.footprint.i68619
-rw-r--r--cups-pk-helper/.footprint.x86_6419
-rw-r--r--cups-pk-helper/.md5sum.i6861
-rw-r--r--cups-pk-helper/.md5sum.x86_641
-rw-r--r--cups-pk-helper/Pkgfile20
5 files changed, 60 insertions, 0 deletions
diff --git a/cups-pk-helper/.footprint.i686 b/cups-pk-helper/.footprint.i686
new file mode 100644
index 0000000..bc3490d
--- /dev/null
+++ b/cups-pk-helper/.footprint.i686
@@ -0,0 +1,19 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/dbus-1/
+drwxr-xr-x root/root etc/dbus-1/system.d/
+-rw-r--r-- root/root etc/dbus-1/system.d/org.opensuse.CupsPkHelper.Mechanism.conf
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/cups-pk-helper/
+-rwxr-xr-x root/root usr/lib/cups-pk-helper/cups-pk-helper-mechanism
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/dbus-1/
+drwxr-xr-x root/root usr/share/dbus-1/system-services/
+-rw-r--r-- root/root usr/share/dbus-1/system-services/org.opensuse.CupsPkHelper.Mechanism.service
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/cups-pk-helper.mo
+drwxr-xr-x root/root usr/share/polkit-1/
+drwxr-xr-x root/root usr/share/polkit-1/actions/
+-rw-r--r-- root/root usr/share/polkit-1/actions/org.opensuse.cupspkhelper.mechanism.policy
diff --git a/cups-pk-helper/.footprint.x86_64 b/cups-pk-helper/.footprint.x86_64
new file mode 100644
index 0000000..bc3490d
--- /dev/null
+++ b/cups-pk-helper/.footprint.x86_64
@@ -0,0 +1,19 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/dbus-1/
+drwxr-xr-x root/root etc/dbus-1/system.d/
+-rw-r--r-- root/root etc/dbus-1/system.d/org.opensuse.CupsPkHelper.Mechanism.conf
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/cups-pk-helper/
+-rwxr-xr-x root/root usr/lib/cups-pk-helper/cups-pk-helper-mechanism
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/dbus-1/
+drwxr-xr-x root/root usr/share/dbus-1/system-services/
+-rw-r--r-- root/root usr/share/dbus-1/system-services/org.opensuse.CupsPkHelper.Mechanism.service
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/cups-pk-helper.mo
+drwxr-xr-x root/root usr/share/polkit-1/
+drwxr-xr-x root/root usr/share/polkit-1/actions/
+-rw-r--r-- root/root usr/share/polkit-1/actions/org.opensuse.cupspkhelper.mechanism.policy
diff --git a/cups-pk-helper/.md5sum.i686 b/cups-pk-helper/.md5sum.i686
new file mode 100644
index 0000000..acc6bf0
--- /dev/null
+++ b/cups-pk-helper/.md5sum.i686
@@ -0,0 +1 @@
+cb44068d285205bc9681882d514a7122 cups-pk-helper-0.2.2.tar.xz
diff --git a/cups-pk-helper/.md5sum.x86_64 b/cups-pk-helper/.md5sum.x86_64
new file mode 100644
index 0000000..acc6bf0
--- /dev/null
+++ b/cups-pk-helper/.md5sum.x86_64
@@ -0,0 +1 @@
+cb44068d285205bc9681882d514a7122 cups-pk-helper-0.2.2.tar.xz
diff --git a/cups-pk-helper/Pkgfile b/cups-pk-helper/Pkgfile
new file mode 100644
index 0000000..0641a0b
--- /dev/null
+++ b/cups-pk-helper/Pkgfile
@@ -0,0 +1,20 @@
+# Description: A helper that makes system-config-printer use PolicyKit
+# URL: http://cgit.freedesktop.org/cups-pk-helper/
+# Maintainer: http://cgit.freedesktop.org/cups-pk-helper/
+# Packager: piernov <piernov@piernov.org>
+# Depends on: polkit, libcups
+# Run on: polkit,libcups
+
+name=cups-pk-helper
+version=0.2.2
+release=1
+source=(http://www.freedesktop.org/software/$name/releases/$name-$version.tar.xz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/$name
+ make
+ make DESTDIR=$PKG install
+}