summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVít Markovič2016-05-05 20:09:50 +0200
committerVít Markovič2016-05-05 20:09:50 +0200
commitc643816de9dfd80f2a3856aa8d4c36674b0611c7 (patch)
tree1596f40768f768327d5e456b724fec78f12b9570
parentaa8b50b068cbbd283da7b5cb48d83fdd40e32802 (diff)
downloadaur-c643816de9dfd80f2a3856aa8d4c36674b0611c7.tar.gz
added appHelper.sh
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89fa403e625c..3a603adc0a2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,8 @@ pkgbase = blackarch-menus-extended
license = GPL
depends = xdg-utils
conflicts = blackarch-menus
- source = https://drive.google.com/uc?export=download&id=0B_PopwyKmOH9eUNuTEFoS1hVT3M
- md5sums = aae513c215627183599cfa609576d2e5
+ source = https://drive.google.com/uc?export=download&id=0B_PopwyKmOH9WTNLX2o3WUxHMnc
+ md5sums = db27d8b60ab6a8ada62fae66b5836d45
pkgname = blackarch-menus-extended
diff --git a/PKGBUILD b/PKGBUILD
index 48e4b6c28168..3188f32f91ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ url="https://github.com/BlackArch/blackarch/tree/master/packages/blackarch-menus
license=('GPL')
depends=('xdg-utils')
conflicts=('blackarch-menus')
-source=('https://drive.google.com/uc?export=download&id=0B_PopwyKmOH9eUNuTEFoS1hVT3M')
-md5sums=('aae513c215627183599cfa609576d2e5')
+source=('https://drive.google.com/uc?export=download&id=0B_PopwyKmOH9WTNLX2o3WUxHMnc')
+md5sums=('db27d8b60ab6a8ada62fae66b5836d45')
prepare() {
cd desktop_files
@@ -23,10 +23,12 @@ prepare() {
package() {
install -m755 -d "${pkgdir}/etc/xdg/menus/applications-merged"
+ install -m755 -d "${pkgdir}/usr/local/bin"
install -m755 -d "${pkgdir}/usr/share/applications"
install -m755 -d "${pkgdir}/usr/share/desktop-directories"
install -m644 desktop_files/X-BlackArch.menu "${pkgdir}/etc/xdg/menus/applications-merged/"
+ install -m755 desktop_files/appHelper.sh "${pkgdir}/usr/local/bin"
install -m644 desktop_files/*.desktop "${pkgdir}/usr/share/applications/"
install -m644 desktop_files/*.directory "${pkgdir}/usr/share/desktop-directories/"
} \ No newline at end of file