summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSibren Vasse2016-01-08 01:59:21 +0100
committerSibren Vasse2016-01-08 01:59:21 +0100
commitbee18671eeff8ff5ff239a1e638f04a4ea4038bb (patch)
treeadae04ec9a66b305b433655083a17f8d8ba0b3b8
parent5dd49bb55874dc289942a10c2ecd129adf7af35d (diff)
downloadaur-bee18671eeff8ff5ff239a1e638f04a4ea4038bb.tar.gz
Update to 5.100
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
-rw-r--r--byobu.install13
3 files changed, 23 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8bac096ceed..84f0afe67dab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,11 @@
+# Generated by mksrcinfo v8
+# Fri Jan 8 00:59:04 UTC 2016
pkgbase = byobu
pkgdesc = Enhanced profile and useful notifications for tmux/screen
- pkgver = 5.98
+ pkgver = 5.100
pkgrel = 1
url = https://launchpad.net/byobu
+ install = byobu.install
arch = any
license = GPL3
makedepends = gettext
@@ -11,8 +14,8 @@ pkgbase = byobu
depends = tmux
optdepends = screen: alternative back-end for byobu (default: tmux)
optdepends = python2: needed for byobu-config
- source = https://launchpad.net/byobu/trunk/5.98/+download/byobu_5.98.orig.tar.gz
- md5sums = 2e09c9d2f9e3b6e2953bd581b027239c
+ source = https://launchpad.net/byobu/trunk/5.100/+download/byobu_5.100.orig.tar.gz
+ md5sums = d020b3e4943e108cf481170faf2f28d6
pkgname = byobu
diff --git a/PKGBUILD b/PKGBUILD
index 9ef42fab8c41..888d8e3e8974 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,31 +3,31 @@
# Submitter: oozyslug <oozyslug at gmail dot com>
pkgname=byobu
-pkgver=5.98
+pkgver=5.100
pkgrel=1
pkgdesc="Enhanced profile and useful notifications for tmux/screen"
arch=("any")
url="https://launchpad.net/byobu"
license=("GPL3")
depends=("libnewt" "python" "tmux")
+install="byobu.install"
makedepends=("gettext")
optdepends=("screen: alternative back-end for byobu (default: tmux)"
"python2: needed for byobu-config")
source=("${url}/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz")
-md5sums=('2e09c9d2f9e3b6e2953bd581b027239c')
+md5sums=('d020b3e4943e108cf481170faf2f28d6')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
# arch-specific screens dir
sed -re 's;^SOCKETDIR=.+$;SOCKETDIR="/tmp/screens";' -i etc/byobu/socketdir
- sed -re 's;^Icon=byobu+$;Icon=/usr/share/byobu/pixmaps/byobu.svg;' -i usr/share/applications/byobu.desktop
+ sed -re 's;^Icon=byobu+$;Icon=/usr/share/byobu/pixmaps/byobu.svg;' -i usr/share/byobu/desktop/byobu.desktop{,.old}
./configure --prefix=/usr --sysconfdir=/etc
}
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
-
make
}
diff --git a/byobu.install b/byobu.install
new file mode 100644
index 000000000000..2a7b0d145ca9
--- /dev/null
+++ b/byobu.install
@@ -0,0 +1,13 @@
+post_install() {
+ echo ""
+ echo " ====== "
+ echo " You should symlink one of /usr/share/byobu/desktop/byobu.desktop{,.old} to /usr/share/applications/"
+ echo " See: https://launchpad.net/ubuntu/+source/byobu/5.100-0ubuntu1"
+ echo " ====== "
+ echo ""
+}
+
+post_upgrade() {
+ post_install
+}
+