summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralive4ever2016-10-24 16:21:48 +0700
committeralive4ever2016-10-24 16:21:48 +0700
commit7f2479aa21b548e71735e99f67ec3de56daf3caf (patch)
tree17d62f4cdca9c249fc604f8863eb6f23c7ecb836 /PKGBUILD
parent4f2a5e0f748871e2b77257052fd2a70a862acbb4 (diff)
downloadaur-7f2479aa21b548e71735e99f67ec3de56daf3caf.tar.gz
Some additions to favorite applications launchers
Added gnome-terminal, nautilus, chromium, and firefox on the favorite applications launcher.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 835de9329597..6ff9742529fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: alive4ever <alive4ever at live.com>
pkgname=maynard-git
pkgver=r123.b23c2a8
-pkgrel=1
+pkgrel=2
pkgdesc="Lightweight desktop environment based on Weston compositor for use with Wayland"
arch=('x86_64' 'i686')
url="https://github.com/raspberrypi/maynard"
@@ -12,10 +12,12 @@ optdepends=("xorg-server-xwayland: For running X11 applications")
makedepends=("git" "intltool")
install=maynard.install
source=("${pkgname%-git}::git+https://github.com/raspberrypi/maynard.git"
- "01-maynard.patch")
+ "01-maynard.patch"
+ "02-default-launchers.patch")
sha256sums=('SKIP'
- '939a16eb6b50343059f7bb0afa89eff9831ae67ea561101620e7dab009883f60')
+ '939a16eb6b50343059f7bb0afa89eff9831ae67ea561101620e7dab009883f60'
+ '77aa532e552f83612a53a0b6b51ad568d45a4318718298e69bec5da38e3629ea')
pkgver() {
cd "$srcdir/${pkgname%-git}"
@@ -27,6 +29,7 @@ pkgver() {
prepare() {
cd "$srcdir/${pkgname%-git}"
patch -p1 < "$srcdir/01-maynard.patch"
+ patch -p1 < "$srcdir/02-default-launchers.patch"
}
build() {