[arch-commits] Commit in strawberry/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Apr 19 20:58:34 UTC 2019


    Date: Friday, April 19, 2019 @ 20:58:34
  Author: heftig
Revision: 452064

archrelease: copy trunk to community-x86_64

Added:
  strawberry/repos/community-x86_64/PKGBUILD
    (from rev 452062, strawberry/trunk/PKGBUILD)
Deleted:
  strawberry/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 33 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-19 20:58:31 UTC (rev 452063)
+++ PKGBUILD	2019-04-19 20:58:34 UTC (rev 452064)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Fabio 'Lolix' Loli <lolix at disroot.org> -> https://github.com/FabioLolix
-
-pkgname=strawberry
-pkgver=0.5.3
-pkgrel=1
-pkgdesc="A music player aimed at audio enthusiasts and music collectors"
-arch=(x86_64)
-url="http://www.strawbs.org/"
-license=(GPL3)
-depends=(chromaprint protobuf gst-plugins-base gst-plugins-good qt5-x11extras udisks2 libcdio libgpod libmtp desktop-file-utils)
-makedepends=(cmake boost qt5-tools)
-optdepends=('gst-libav: additional codecs'
-            'gst-plugins-bad: additional codecs'
-            'gst-plugins-ugly: additional codecs')
-source=("https://github.com/jonaski/strawberry/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('4cd57ff73ad0ec047ea8b7901e749de7722ab3d5a9be35f4bf1ef5af1cc5bdd5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DUSE_SYSTEM_TAGLIB=ON \
-    -DENABLE_DEEZER=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: strawberry/repos/community-x86_64/PKGBUILD (from rev 452062, strawberry/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-19 20:58:34 UTC (rev 452064)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Fabio 'Lolix' Loli <lolix at disroot.org> -> https://github.com/FabioLolix
+
+pkgname=strawberry
+pkgver=0.5.3
+pkgrel=2
+pkgdesc="A music player aimed at audio enthusiasts and music collectors"
+arch=(x86_64)
+url="http://www.strawbs.org/"
+license=(GPL3)
+depends=(chromaprint protobuf gst-plugins-base gst-plugins-good qt5-x11extras udisks2 libcdio libgpod libmtp desktop-file-utils)
+makedepends=(cmake boost qt5-tools)
+optdepends=('gst-libav: additional codecs'
+            'gst-plugins-bad: additional codecs'
+            'gst-plugins-ugly: additional codecs')
+source=("https://github.com/jonaski/strawberry/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=('4cd57ff73ad0ec047ea8b7901e749de7722ab3d5a9be35f4bf1ef5af1cc5bdd5')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cmake -H$pkgname-$pkgver -Bbuild \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DUSE_SYSTEM_TAGLIB=ON \
+    -DENABLE_DEEZER=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+}



More information about the arch-commits mailing list