summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-06-04 11:41:58 +0200
committerGustavo Alvarez2016-06-04 11:41:58 +0200
commit0cd7e028cb5b130896cd13fdebc6445ed4fa5f0f (patch)
tree550ddf19787918e62804869f94f84d3a35dec2de
parent02fea88996f133347d8cc9a7a7b6486942ea3acb (diff)
downloadaur-0cd7e028cb5b130896cd13fdebc6445ed4fa5f0f.tar.gz
bump
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD5
-rw-r--r--kwooty-frameworks-git.install12
4 files changed, 3 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6329e0439378..f7b0d7cc7c25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Fri Feb 5 19:18:26 UTC 2016
+# Sat Jun 4 09:41:49 UTC 2016
pkgbase = kwooty-frameworks-git
pkgdesc = A friendly nzb usenet binary downloader for KDE. KF5 frameworks branch. (GIT Version)
pkgver = 1.1.0.r1227.46c9020
pkgrel = 1
url = http://kwooty.sourceforge.net
- install = kwooty-frameworks-git.install
arch = i686
arch = x86_64
license = GPL
diff --git a/.gitignore b/.gitignore
index 576cc70dbd9d..05c6d4d4c97b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,3 @@
!.gitignore
!.SRCINFO
!PKGBUILD
-!kwooty-frameworks-git.install \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 650c28627c9b..0be51785da58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,6 @@ conflicts=('kwooty')
provides=('kwooty')
source=('git://anongit.kde.org/kwooty#branch=frameworks')
sha1sums=('SKIP')
-install=kwooty-frameworks-git.install
pkgver() {
cd kwooty
@@ -42,9 +41,9 @@ build() {
cmake ../kwooty \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DLIB_INSTALL_DIR=lib \
+ -DKDE_INSTALL_LIBDIR=lib \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
- -DBUILD_TESTS=OFF
+ -DBUILD_TESTING=OFF
make
}
diff --git a/kwooty-frameworks-git.install b/kwooty-frameworks-git.install
deleted file mode 100644
index ec506fa9330b..000000000000
--- a/kwooty-frameworks-git.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- update-desktop-database -q
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}