[arch-commits] Commit in cinnamon-screensaver/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Mon Jan 30 04:04:47 UTC 2017


    Date: Monday, January 30, 2017 @ 04:04:46
  Author: bgyorgy
Revision: 209431

upgpkg: cinnamon-screensaver 3.2.13-3

Move gobject-introspection to makedepends

Modified:
  cinnamon-screensaver/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-29 23:20:58 UTC (rev 209430)
+++ PKGBUILD	2017-01-30 04:04:46 UTC (rev 209431)
@@ -5,14 +5,15 @@
 
 pkgname=cinnamon-screensaver
 pkgver=3.2.13
-pkgrel=2
+pkgrel=3
 pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
 arch=('i686' 'x86_64')
 license=('GPL')
 url="https://github.com/linuxmint/cinnamon-screensaver"
 backup=(etc/pam.d/cinnamon-screensaver)
-depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 'python-gobject' 'gobject-introspection' 'webkit2gtk' 'xapps' 'python-cairo' 'python-setproctitle')
-makedepends=('intltool' 'gnome-common')
+depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 'python-cairo'
+         'python-gobject' 'python-setproctitle' 'xapps' 'webkit2gtk')
+makedepends=('intltool' 'gnome-common' 'gobject-introspection')
 source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
        cinnamon-screensaver.pam)
 sha256sums=('7b1a0c156cc0e1983d6ed4370426eac372a5cc3d5f6b8203ddc6913a58d972e9'
@@ -21,8 +22,6 @@
 prepare() {
   cd $pkgname-$pkgver
 
-  # Support new libsystemd (which replaces libsystemd-login)
-  sed -i 's/libsystemd-login/libsystemd/' configure.ac
 }
 
 build() {



More information about the arch-commits mailing list