summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatMoul2024-03-09 17:41:00 +0100
committerMatMoul2024-03-09 17:41:00 +0100
commit1d3cd64ce0503604da28cb12d8d3b695949be9c1 (patch)
treeffeceed494e57fef498f06296822602a961eb213
parent0bf0f698702b0c628739f98536aa8fc4e4dbaf4b (diff)
downloadaur-1d3cd64ce0503604da28cb12d8d3b695949be9c1.tar.gz
Version 0.2.0.r5.896bfa4-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--plasma-addons-customdesktopmenu-git.install11
3 files changed, 15 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f6a15b55aae..32069a0cf96c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = plasma-addons-customdesktopmenu-git
pkgdesc = Custom desktop menu for Plasma6
pkgver = 0.2.0.r5.896bfa4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/matmoul/plasma-containmentactions-customdesktopmenu
+ install = plasma-addons-customdesktopmenu-git.install
arch = any
license = GPL3
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 44c1af41f377..dd089236657b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _gitcommit=896bfa4f76620cc377088e454281a12dfa3f5a74
pkgname=plasma-addons-customdesktopmenu-git
pkgver=0.2.0.r5.896bfa4
-pkgrel=1
+pkgrel=2
pkgdesc='Custom desktop menu for Plasma6'
arch=('any')
url="https://github.com/${_githubuser}/${_githubrepo}"
@@ -14,6 +14,7 @@ license=('GPL3')
#depends=('plasma-desktop' 'kdeplasma-addons')
depends=('kdeplasma-addons')
makedepends=('git' 'extra-cmake-modules')
+install=${pkgname}.install
source=("git+https://github.com/${_githubuser}/${_githubrepo}.git#commit=${_gitcommit}")
sha256sums=('SKIP')
diff --git a/plasma-addons-customdesktopmenu-git.install b/plasma-addons-customdesktopmenu-git.install
new file mode 100644
index 000000000000..c40ddd63ff03
--- /dev/null
+++ b/plasma-addons-customdesktopmenu-git.install
@@ -0,0 +1,11 @@
+post_install() {
+ kbuildsycoca6
+}
+
+post_upgrade() {
+ kbuildsycoca6
+}
+
+post_remove() {
+ kbuildsycoca6
+}