summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantinos2017-04-24 20:35:07 +0300
committerKonstantinos2017-04-24 20:35:07 +0300
commita49d94a32a9ed965df5149429d723a920a34d78c (patch)
tree7cbd6a39a622f89ff8ed5630e176e6b4c74f8471
parent6307714dc7b08adf96042739535d63880e7ea879 (diff)
downloadaur-a49d94a32a9ed965df5149429d723a920a34d78c.tar.gz
rm dependency libkomparediff2-git (not needed)
rm dependency desktop-file-utils (already satisfied) rm makedepend kdoctools (not needed) rm .INSTALL file as it was running a command provided by hooks
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD16
-rw-r--r--kdiff-git.install12
3 files changed, 10 insertions, 27 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98c569f2c3e5..88a8b4355574 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,14 @@
pkgbase = kdiff-git
pkgdesc = Graphical difference viewer for the KDE platform. (GIT version)
- pkgver = r5.bd62738
- pkgrel = 1
+ pkgver = r10.15fca24
+ pkgrel = 2
url = https://github.com/jsalatas/kdiff
- install = kdiff-git.install
arch = x86_64
license = GPL
license = LGPL
- license = FDL
makedepends = extra-cmake-modules
- makedepends = kdoctools
makedepends = git
- depends = libkomparediff2-git
depends = ktexteditor
- depends = desktop-file-utils
provides = kdiff
conflicts = kdiff
source = git+https://github.com/jsalatas/kdiff.git
diff --git a/PKGBUILD b/PKGBUILD
index 3233cfcba145..1fca73c2da11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,18 @@
_pkgname=kdiff
pkgname=${_pkgname}-git
-pkgver=r5.bd62738
-pkgrel=1
+pkgver=r10.15fca24
+pkgrel=2
pkgdesc="Graphical difference viewer for the KDE platform. (GIT version)"
-url="https://github.com/jsalatas/kdiff"
arch=('x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkomparediff2-git' 'ktexteditor' 'desktop-file-utils')
-makedepends=('extra-cmake-modules' 'kdoctools' 'git')
+url="https://github.com/jsalatas/kdiff"
+license=('GPL' 'LGPL')
+depends=('ktexteditor')
+makedepends=('extra-cmake-modules' 'git')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("git+https://github.com/jsalatas/${_pkgname}.git")
sha1sums=('SKIP')
-install=${pkgname}.install
pkgver() {
cd ${_pkgname}
@@ -23,7 +22,6 @@ pkgver() {
prepare() {
mkdir -p build
- #sed 's|${DATA_INSTALL_DIR}|${KXMLGUI_INSTALL_DIR}|g' -i kdiff{,/kdiffpart}/CMakeLists.txt
}
build() {
@@ -40,3 +38,5 @@ package() {
cd build
make DESTDIR=${pkgdir} install
}
+
+# vim:set ts=2 sw=2 et:
diff --git a/kdiff-git.install b/kdiff-git.install
deleted file mode 100644
index 23f5838bced4..000000000000
--- a/kdiff-git.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}