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

Balló György bgyorgy at archlinux.org
Sun Jul 26 15:40:54 UTC 2015


    Date: Sunday, July 26, 2015 @ 17:40:54
  Author: bgyorgy
Revision: 137428

Move gobject-introspection from depends to makedepends

It's not needed on runtime.

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-26 15:33:59 UTC (rev 137427)
+++ PKGBUILD	2015-07-26 15:40:54 UTC (rev 137428)
@@ -10,9 +10,9 @@
 arch=('any')
 url='https://github.com/gnumdk/lollypop'
 license=('GPL')
-depends=('desktop-file-utils' 'gobject-introspection' 'gtk3' 'python-cairo'
+depends=('desktop-file-utils' 'gtk3' 'python-cairo'
          'python-dbus' 'python-gobject' 'totem-plparser')
-makedepends=('intltool' 'itstool' 'python')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'python')
 optdepends=('python-pylast: Last.FM support'
             'python-wikipedia: Wikipedia support')
 install='lollypop.install'



More information about the arch-commits mailing list