[arch-commits] Commit in dragon/repos (6 files)
Antonio Rojas
arojas at archlinux.org
Thu Nov 19 21:11:43 UTC 2015
Date: Thursday, November 19, 2015 @ 22:11:43
Author: arojas
Revision: 251381
archrelease: copy kde-unstable to staging-i686, staging-x86_64
Added:
dragon/repos/staging-i686/
dragon/repos/staging-i686/PKGBUILD
(from rev 251380, dragon/kde-unstable/PKGBUILD)
dragon/repos/staging-i686/dragon.install
(from rev 251380, dragon/kde-unstable/dragon.install)
dragon/repos/staging-x86_64/
dragon/repos/staging-x86_64/PKGBUILD
(from rev 251380, dragon/kde-unstable/PKGBUILD)
dragon/repos/staging-x86_64/dragon.install
(from rev 251380, 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 251380, dragon/kde-unstable/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2015-11-19 21:11:43 UTC (rev 251381)
@@ -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=15.11.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=('6b3bb5307c2fc25391e4bdec058125ab')
+
+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 251380, dragon/kde-unstable/dragon.install)
===================================================================
--- staging-i686/dragon.install (rev 0)
+++ staging-i686/dragon.install 2015-11-19 21:11:43 UTC (rev 251381)
@@ -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 251380, dragon/kde-unstable/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-19 21:11:43 UTC (rev 251381)
@@ -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=15.11.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=('6b3bb5307c2fc25391e4bdec058125ab')
+
+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 251380, dragon/kde-unstable/dragon.install)
===================================================================
--- staging-x86_64/dragon.install (rev 0)
+++ staging-x86_64/dragon.install 2015-11-19 21:11:43 UTC (rev 251381)
@@ -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