[arch-commits] Commit in (4 files)

Maxime Gauduin alucryd at archlinux.org
Tue Jun 16 12:52:52 UTC 2015


    Date: Tuesday, June 16, 2015 @ 14:52:52
  Author: alucryd
Revision: 135479

Add lollypop

Added:
  lollypop/
  lollypop/trunk/
  lollypop/trunk/PKGBUILD
  lollypop/trunk/lollypop.install

------------------+
 PKGBUILD         |   36 ++++++++++++++++++++++++++++++++++++
 lollypop.install |   15 +++++++++++++++
 2 files changed, 51 insertions(+)

Added: lollypop/trunk/PKGBUILD
===================================================================
--- lollypop/trunk/PKGBUILD	                        (rev 0)
+++ lollypop/trunk/PKGBUILD	2015-06-16 12:52:52 UTC (rev 135479)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: kirek <rbuldo at gmail.com>
+# Contributor: Cédric Bellegarde <gnumdk at gmail.com>
+
+pkgname=lollypop
+pkgver=0.9.32
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://github.com/gnumdk/lollypop'
+license=('GPL')
+depends=('desktop-file-utils' 'gobject-introspection' 'gtk3' 'python-cairo'
+         'python-dbus' 'python-gobject' 'totem-plparser')
+makedepends=('intltool' 'itstool' 'python')
+optdepends=('python-pylast: Last.FM support')
+install='lollypop.install'
+source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz")
+sha256sums=('c23b2b24f8f899d2c91c4890d5744a38b3fcfac5e9cf7777c5dafa8e129fdd2e')
+
+build() {
+  cd lollypop-${pkgver}
+
+  ./configure \
+    --prefix='/usr' \
+    --disable-schemas-compile
+  make
+}
+
+package() {
+  cd lollypop-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lollypop/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: lollypop/trunk/lollypop.install
===================================================================
--- lollypop/trunk/lollypop.install	                        (rev 0)
+++ lollypop/trunk/lollypop.install	2015-06-16 12:52:52 UTC (rev 135479)
@@ -0,0 +1,15 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list