[arch-commits] Commit in kaffeine/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Jan 15 11:41:16 UTC 2019
Date: Tuesday, January 15, 2019 @ 11:41:15
Author: arojas
Revision: 423316
archrelease: copy trunk to community-x86_64
Added:
kaffeine/repos/community-x86_64/PKGBUILD
(from rev 423315, kaffeine/trunk/PKGBUILD)
Deleted:
kaffeine/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 67 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-15 11:40:56 UTC (rev 423315)
+++ PKGBUILD 2019-01-15 11:41:15 UTC (rev 423316)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=kaffeine
-pkgver=2.0.15
-pkgrel=1
-pkgdesc='KDE media player'
-license=(GPL)
-arch=(x86_64)
-url="https://kaffeine.kde.org"
-depends=(kio libxss vlc)
-makedepends=(extra-cmake-modules kidletime kdoctools)
-source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e61573199fe4e04377679a5cf8b32b3aa0bb4201c56371e11820d3a3ae41904d'
- 'SKIP')
-validpgpkeys=(F909AE68FC11DF09C1755C00085F3EBD8EE4E115) # Mauro Carvalho Chehab <mchehab at s-opensource.com>
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: kaffeine/repos/community-x86_64/PKGBUILD (from rev 423315, kaffeine/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-01-15 11:41:15 UTC (rev 423316)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kaffeine
+pkgver=2.0.16
+pkgrel=1
+pkgdesc='KDE media player'
+license=(GPL)
+arch=(x86_64)
+url="https://kaffeine.kde.org"
+depends=(kio libxss vlc)
+makedepends=(extra-cmake-modules kidletime kdoctools)
+source=("https://download.kde.org/stable/$pkgname/$pkgname-${pkgver}-2.tar.xz"{,.sig})
+sha256sums=('8659189d907c2512321dd2c0d0c47176229c344970d633e33f29ce82432deee5'
+ 'SKIP')
+validpgpkeys=(F909AE68FC11DF09C1755C00085F3EBD8EE4E115) # Mauro Carvalho Chehab <mchehab at s-opensource.com>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-${pkgver}-2 \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list