summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-04-30 16:22:38 +0200
committerGustavo Alvarez2016-04-30 16:22:38 +0200
commit76382b20409895eb1bf3de6a8e4e656d2eedd9a3 (patch)
tree15dcea30f41e08fe06032ea972b4dd984c1b6f85
parent4bec5c7ce4e1f2870cc75ab27e774b94e5862ad2 (diff)
downloadaur-76382b20409895eb1bf3de6a8e4e656d2eedd9a3.tar.gz
bump
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD15
-rw-r--r--partitionmanager-git.install11
3 files changed, 13 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9caf26d36cb..5abe03d20c42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Fri Jan 15 18:56:05 UTC 2016
+# Sat Apr 30 14:22:23 UTC 2016
pkgbase = partitionmanager-git
pkgdesc = A KDE utility that allows you to manage disks, partitions, and file systems. (GIT version)
- pkgver = 2.0.0.r948.15b7fa3
+ pkgver = 2.1.50.r977.a0f1809
pkgrel = 1
url = http://kde.org/applications/system/kdepartitionmanager
- install = partitionmanager-git.install
arch = i686
arch = x86_64
license = GPL2
@@ -13,7 +12,7 @@ pkgbase = partitionmanager-git
makedepends = kdoctools
makedepends = git
makedepends = python
- depends = kpmcore-git
+ depends = kpmcore
depends = hicolor-icon-theme
provides = partitionmanager
conflicts = partitionmanager
diff --git a/PKGBUILD b/PKGBUILD
index c69a6e7c3e7f..4be3bfdcadc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,24 @@
# Contributor: A Rojas < nqn1976 @ gmail.com >
pkgname=partitionmanager-git
-pkgver=2.0.0.r948.15b7fa3
+pkgver=2.1.50.r977.a0f1809
pkgrel=1
pkgdesc="A KDE utility that allows you to manage disks, partitions, and file systems. (GIT version)"
arch=('i686' 'x86_64')
url='http://kde.org/applications/system/kdepartitionmanager'
license=('GPL2')
-depends=('kpmcore-git' 'hicolor-icon-theme')
+depends=('kpmcore'
+ 'hicolor-icon-theme'
+ )
conflicts=('partitionmanager')
provides=('partitionmanager')
-makedepends=('extra-cmake-modules' 'kdoctools' 'git' 'python')
+makedepends=('extra-cmake-modules'
+ 'kdoctools'
+ 'git'
+ 'python'
+ )
source=('git://anongit.kde.org/partitionmanager')
sha1sums=('SKIP')
-install=partitionmanager-git.install
pkgver() {
cd partitionmanager
@@ -31,7 +36,7 @@ build() {
cmake ../partitionmanager \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DLIB_INSTALL_DIR=lib \
+ -DKDE_INSTALL_LIBDIR=lib \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-DBUILD_TESTING=OFF
make
diff --git a/partitionmanager-git.install b/partitionmanager-git.install
deleted file mode 100644
index 1c0de2e4fa61..000000000000
--- a/partitionmanager-git.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}