[arch-commits] Commit in dragon/repos (6 files)

Antonio Rojas arojas at archlinux.org
Sat Mar 26 23:25:22 UTC 2016


    Date: Sunday, March 27, 2016 @ 00:25:21
  Author: arojas
Revision: 262747

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  dragon/repos/staging-i686/
  dragon/repos/staging-i686/PKGBUILD
    (from rev 262746, dragon/kde-unstable/PKGBUILD)
  dragon/repos/staging-i686/dragon.install
    (from rev 262746, dragon/kde-unstable/dragon.install)
  dragon/repos/staging-x86_64/
  dragon/repos/staging-x86_64/PKGBUILD
    (from rev 262746, dragon/kde-unstable/PKGBUILD)
  dragon/repos/staging-x86_64/dragon.install
    (from rev 262746, dragon/kde-unstable/dragon.install)

-------------------------------+
 staging-i686/PKGBUILD         |   39 +++++++++++++++++++++++++++++++++++++++
 staging-i686/dragon.install   |   13 +++++++++++++
 staging-x86_64/PKGBUILD       |   39 +++++++++++++++++++++++++++++++++++++++
 staging-x86_64/dragon.install |   13 +++++++++++++
 4 files changed, 104 insertions(+)

Copied: dragon/repos/staging-i686/PKGBUILD (from rev 262746, dragon/kde-unstable/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-03-26 23:25:21 UTC (rev 262747)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org> 
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=dragon
+pkgver=16.03.80
+pkgrel=1
+pkgdesc='A multimedia player where the focus is on simplicity, instead of features'
+arch=(i686 x86_64)
+url='http://kde.org/applications/multimedia/dragon'
+license=(GPL)
+depends=(hicolor-icon-theme kparts)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdemultimedia-dragonplayer)
+replaces=(kdemultimedia-dragonplayer)
+groups=(kde-applications kdemultimedia)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+install=$pkgname.install
+md5sums=('f61526a8b749c9534fe60bfb23987ca1')
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Copied: dragon/repos/staging-i686/dragon.install (from rev 262746, dragon/kde-unstable/dragon.install)
===================================================================
--- staging-i686/dragon.install	                        (rev 0)
+++ staging-i686/dragon.install	2016-03-26 23:25:21 UTC (rev 262747)
@@ -0,0 +1,13 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}
+

Copied: dragon/repos/staging-x86_64/PKGBUILD (from rev 262746, dragon/kde-unstable/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-03-26 23:25:21 UTC (rev 262747)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org> 
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=dragon
+pkgver=16.03.80
+pkgrel=1
+pkgdesc='A multimedia player where the focus is on simplicity, instead of features'
+arch=(i686 x86_64)
+url='http://kde.org/applications/multimedia/dragon'
+license=(GPL)
+depends=(hicolor-icon-theme kparts)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdemultimedia-dragonplayer)
+replaces=(kdemultimedia-dragonplayer)
+groups=(kde-applications kdemultimedia)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+install=$pkgname.install
+md5sums=('f61526a8b749c9534fe60bfb23987ca1')
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Copied: dragon/repos/staging-x86_64/dragon.install (from rev 262746, dragon/kde-unstable/dragon.install)
===================================================================
--- staging-x86_64/dragon.install	                        (rev 0)
+++ staging-x86_64/dragon.install	2016-03-26 23:25:21 UTC (rev 262747)
@@ -0,0 +1,13 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}
+



More information about the arch-commits mailing list