[arch-commits] Commit in lollypop (4 files)

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


    Date: Tuesday, June 16, 2015 @ 14:53:11
  Author: alucryd
Revision: 135480

archrelease: copy trunk to community-any

Added:
  lollypop/repos/
  lollypop/repos/community-any/
  lollypop/repos/community-any/PKGBUILD
    (from rev 135479, lollypop/trunk/PKGBUILD)
  lollypop/repos/community-any/lollypop.install
    (from rev 135479, lollypop/trunk/lollypop.install)

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

Copied: lollypop/repos/community-any/PKGBUILD (from rev 135479, lollypop/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2015-06-16 12:53:11 UTC (rev 135480)
@@ -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:

Copied: lollypop/repos/community-any/lollypop.install (from rev 135479, lollypop/trunk/lollypop.install)
===================================================================
--- repos/community-any/lollypop.install	                        (rev 0)
+++ repos/community-any/lollypop.install	2015-06-16 12:53:11 UTC (rev 135480)
@@ -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