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

Maxime Gauduin alucryd at archlinux.org
Tue Oct 10 18:01:35 UTC 2017


    Date: Tuesday, October 10, 2017 @ 18:01:34
  Author: alucryd
Revision: 262302

upgpkg: lollypop 0.9.303.1-1

Modified:
  lollypop/trunk/PKGBUILD
Deleted:
  lollypop/trunk/lollypop-libexecdir.patch
  lollypop/trunk/lollypop-portal-libexecdir.patch

----------------------------------+
 PKGBUILD                         |   17 +++++------------
 lollypop-libexecdir.patch        |   22 ----------------------
 lollypop-portal-libexecdir.patch |   22 ----------------------
 3 files changed, 5 insertions(+), 56 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-10 15:29:05 UTC (rev 262301)
+++ PKGBUILD	2017-10-10 18:01:34 UTC (rev 262302)
@@ -4,9 +4,9 @@
 # Contributor: Cédric Bellegarde <gnumdk at gmail.com>
 
 pkgname=lollypop
-pkgver=0.9.244
+pkgver=0.9.303.1
 _portal_pkgver=0.9.3
-pkgrel=2
+pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=('any')
 url='https://github.com/gnumdk/lollypop'
@@ -24,17 +24,10 @@
             'youtube-dl: YouTube playback')
 _commit='8f3fec20c99498a48f33df00eb64d5af20f81a38'
 source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz"
-        "https://github.com/gnumdk/lollypop-portal/releases/download/${_portal_pkgver}/lollypop-portal-${_portal_pkgver}.tar.xz"
-        'lollypop-libexecdir.patch')
-sha256sums=('7ca012a6a6b4dc4d517d79e888b1b17a9e24a55faea925d8a6957c7a33af3679'
-            '40cdb62f3a9dc2f7606d39ede54a9157f99fbf9c4e3729375bc430251112848c'
-            'd094e2cb434cb402a4ebf6b9282f9b428b59d7bf64bc7fa2c513579d25346519')
+        "https://github.com/gnumdk/lollypop-portal/releases/download/${_portal_pkgver}/lollypop-portal-${_portal_pkgver}.tar.xz")
+sha256sums=('b5344b139e7edc2b222fb93c3bfde5bba197120f55c96717282d04a1c519d2a8'
+            '40cdb62f3a9dc2f7606d39ede54a9157f99fbf9c4e3729375bc430251112848c')
 
-prepare() {
-  cd lollypop-${pkgver}
-  patch -Np1 -i ../lollypop-libexecdir.patch
-}
-
 build() {
   for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
     pushd $d

Deleted: lollypop-libexecdir.patch
===================================================================
--- lollypop-libexecdir.patch	2017-10-10 15:29:05 UTC (rev 262301)
+++ lollypop-libexecdir.patch	2017-10-10 18:01:34 UTC (rev 262302)
@@ -1,22 +0,0 @@
-From e0caf5391989534a684845999f567bab16832cd3 Mon Sep 17 00:00:00 2001
-From: Maxime Gauduin <alucryd at archlinux.org>
-Date: Fri, 14 Jul 2017 14:59:34 +0200
-Subject: [PATCH] Customize libexecdir
-
----
- meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index 0eee8e9b..017bbd2b 100644
---- a/meson.build
-+++ b/meson.build
-@@ -18,7 +18,7 @@ dependency('gobject-introspection-1.0', version: '>=1.35.9')
- dependency('gtk+-3.0', version :'>=3.14')
- 
- python_dir = join_paths(get_option('prefix'), python.sysconfig_path('purelib'))
--LIBEXEC_DIR = join_paths(get_option('prefix'), 'libexec')
-+LIBEXEC_DIR = join_paths(get_option('prefix'), get_option('libexecdir'))
- DATA_DIR = join_paths(get_option('prefix'), get_option('datadir'), meson.project_name())
- 
- conf = configuration_data()

Deleted: lollypop-portal-libexecdir.patch
===================================================================
--- lollypop-portal-libexecdir.patch	2017-10-10 15:29:05 UTC (rev 262301)
+++ lollypop-portal-libexecdir.patch	2017-10-10 18:01:34 UTC (rev 262302)
@@ -1,22 +0,0 @@
-From 968e8956110c6f0ad089ac3c8b11948ef0c1d023 Mon Sep 17 00:00:00 2001
-From: Maxime Gauduin <alucryd at archlinux.org>
-Date: Fri, 14 Jul 2017 14:54:56 +0200
-Subject: [PATCH] Customize libexecdir
-
----
- meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index 76c186b..2a0acf6 100644
---- a/meson.build
-+++ b/meson.build
-@@ -11,7 +11,7 @@ dependency('gtk+-3.0', version :'>=3.14')
- 
- python_dir = join_paths(get_option('prefix'), python.sysconfig_path('purelib'))
- service_dir = join_paths(get_option('datadir'), 'dbus-1', 'services')
--libexec_dir = join_paths(get_option('prefix'), 'libexec')
-+libexec_dir = join_paths(get_option('prefix'), get_option('libexecdir'))
- 
- conf = configuration_data()
- conf.set('pythondir', python_dir)



More information about the arch-commits mailing list