summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormydongistiny2020-03-29 14:55:51 -0700
committermydongistiny2020-03-29 14:58:38 -0700
commite6780a22879b317e64f9523febb3e6ce7db602d6 (patch)
tree28a4f74cec69245c8835de6d12581537f9222e1c
parent465041f72a353c396c3047be38e8d2381763823b (diff)
downloadaur-e6780a22879b317e64f9523febb3e6ce7db602d6.tar.gz
Move vte-urlencode-cwd to common package
To match Fedora's packaging style like the rest
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d559eb559d40..1197c0f87b6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vte3-notification
pkgdesc = Virtual Terminal Emulator widget for use with GTK3 with Fedora patches
pkgver = 0.60.0
- pkgrel = 2
+ pkgrel = 3
url = https://wiki.gnome.org/Apps/Terminal/VTE
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index fc4a55e3f03a..0b1832ad571f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgbase='vte3-notification'
pkgname=("${pkgbase}" 'vte-notification-common')
pkgver=0.60.0
-pkgrel=2
+pkgrel=3
pkgdesc='Virtual Terminal Emulator widget for use with GTK3 with Fedora patches'
arch=('i686' 'x86_64')
url='https://wiki.gnome.org/Apps/Terminal/VTE'
@@ -52,6 +52,7 @@ package_vte3-notification(){
mv "$pkgdir/etc/profile.d/vte.sh" "$srcdir"
mv "$pkgdir/etc/profile.d/vte.csh" "$srcdir"
+ mv "$pkgdir/usr/lib/vte-urlencode-cwd" "$srcdir"
}
package_vte-notification-common() {
@@ -63,4 +64,5 @@ package_vte-notification-common() {
install -Dt "$pkgdir/etc/profile.d" -m644 vte.sh
install -Dt "$pkgdir/etc/profile.d" -m644 vte.csh
+ install -Dt "$pkgdir/usr/lib" -m755 vte-urlencode-cwd
}