summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormydongistiny2020-03-09 18:11:43 -0700
committermydongistiny2020-03-09 18:11:47 -0700
commit465041f72a353c396c3047be38e8d2381763823b (patch)
treed135cb2dc418686068694ec631866ed6e544a221
parent2ea134938d0f90b1afbbef0409d153c206f4a09b (diff)
downloadaur-465041f72a353c396c3047be38e8d2381763823b.tar.gz
Move new vte.csh to vte-notification-common
No reason to have 1 in common and not the other
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb80b0b7db15..d559eb559d40 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 = 1
+ pkgrel = 2
url = https://wiki.gnome.org/Apps/Terminal/VTE
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c7a3e6af6b37..fc4a55e3f03a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgbase='vte3-notification'
pkgname=("${pkgbase}" 'vte-notification-common')
pkgver=0.60.0
-pkgrel=1
+pkgrel=2
pkgdesc='Virtual Terminal Emulator widget for use with GTK3 with Fedora patches'
arch=('i686' 'x86_64')
url='https://wiki.gnome.org/Apps/Terminal/VTE'
@@ -51,6 +51,7 @@ package_vte3-notification(){
DESTDIR="${pkgdir}" meson install -C build
mv "$pkgdir/etc/profile.d/vte.sh" "$srcdir"
+ mv "$pkgdir/etc/profile.d/vte.csh" "$srcdir"
}
package_vte-notification-common() {
@@ -61,4 +62,5 @@ package_vte-notification-common() {
conflicts=('vte-common')
install -Dt "$pkgdir/etc/profile.d" -m644 vte.sh
+ install -Dt "$pkgdir/etc/profile.d" -m644 vte.csh
}