[arch-commits] Commit in lollypop/repos (3 files)
Felix Yan
fyan at archlinux.org
Tue Sep 22 03:46:25 UTC 2015
Date: Tuesday, September 22, 2015 @ 05:46:25
Author: fyan
Revision: 141434
archrelease: copy trunk to community-staging-any
Added:
lollypop/repos/community-staging-any/
lollypop/repos/community-staging-any/PKGBUILD
(from rev 141433, lollypop/trunk/PKGBUILD)
lollypop/repos/community-staging-any/lollypop.install
(from rev 141433, lollypop/trunk/lollypop.install)
------------------+
PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
lollypop.install | 15 +++++++++++++++
2 files changed, 53 insertions(+)
Copied: lollypop/repos/community-staging-any/PKGBUILD (from rev 141433, lollypop/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2015-09-22 03:46:25 UTC (rev 141434)
@@ -0,0 +1,38 @@
+# $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.42
+pkgrel=3
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://github.com/gnumdk/lollypop'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'python-cairo'
+ 'python-dbus' 'python-gobject' 'totem-plparser')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'python')
+optdepends=('libsecret: Last.FM support'
+ 'python-pylast: Last.FM support'
+ 'python-wikipedia: Wikipedia support')
+install='lollypop.install'
+source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz")
+sha256sums=('65d44d073a249d9c9562ed1bbda65bb28173ab86df5dd045034b34e346110d20')
+
+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-staging-any/lollypop.install (from rev 141433, lollypop/trunk/lollypop.install)
===================================================================
--- community-staging-any/lollypop.install (rev 0)
+++ community-staging-any/lollypop.install 2015-09-22 03:46:25 UTC (rev 141434)
@@ -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