summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122021-06-22 20:11:29 +0200
committerwillemw122021-06-22 20:11:29 +0200
commit43a76d22fd1814be33b2860aeb1af22b45d48ccc (patch)
tree2a383a3d847bbf1eb2176f85c11ef4862f9b63f7
parentec41cceaac7789ba04610b5358f3af29a7f72c37 (diff)
downloadaur-43a76d22fd1814be33b2860aeb1af22b45d48ccc.tar.gz
Remove .install file. Update arch and URL
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
-rw-r--r--kiconedit.install12
3 files changed, 8 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93b92a38d924..94720e0ef589 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,15 @@
pkgbase = kiconedit
pkgdesc = KDE icon editor
pkgver = 4.4.0
- pkgrel = 5
- url = http://www.kde.org/applications/graphics/kiconedit
- install = kiconedit.install
- arch = i686
+ pkgrel = 6
+ url = https://download.kde.org/stable/extragear/
arch = x86_64
license = GPL2
- makedepends = pkgconfig
- makedepends = cmake
makedepends = automoc4
+ makedepends = cmake
+ makedepends = pkgconfig
depends = kdebase-runtime
source = http://download.kde.org/stable/extragear/kiconedit-4.4.0.tar.bz2
md5sums = f2db6aff093cea2fcefceb3eb02a94c3
pkgname = kiconedit
-
diff --git a/PKGBUILD b/PKGBUILD
index a6c543c6caf4..cef593102123 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,13 @@
pkgname=kiconedit
pkgver=4.4.0
-pkgrel=5
+pkgrel=6
pkgdesc="KDE icon editor"
-arch=('i686' 'x86_64')
-url="http://www.kde.org/applications/graphics/kiconedit"
+arch=('x86_64')
+url="https://download.kde.org/stable/extragear/"
license=('GPL2')
depends=('kdebase-runtime')
-makedepends=('pkgconfig' 'cmake' 'automoc4')
-install=$pkgname.install
+makedepends=('automoc4' 'cmake' 'pkgconfig')
source=(http://download.kde.org/stable/extragear/$pkgname-$pkgver.tar.bz2)
md5sums=('f2db6aff093cea2fcefceb3eb02a94c3')
diff --git a/kiconedit.install b/kiconedit.install
deleted file mode 100644
index b0e216eba064..000000000000
--- a/kiconedit.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}