summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorreztho2017-06-11 00:35:34 +0100
committerreztho2017-06-11 00:35:34 +0100
commit297ade918e70b2e6d8ba3485615d469be0296088 (patch)
treeec68c19858f4f4da576dcc5b94f354285bc46687
parent0150442b06ee83805049b9b30794a43f258acbbe (diff)
downloadaur-297ade918e70b2e6d8ba3485615d469be0296088.tar.gz
Update to v9.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD19
2 files changed, 9 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b9e0f605b85..dea66be22ff7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Mar 26 10:50:22 UTC 2017
+# Sat Jun 10 23:31:21 UTC 2017
pkgbase = textadept
pkgdesc = A fast, minimalist, and remarkably extensible cross-platform text editor
- pkgver = 9.3
+ pkgver = 9.4
pkgrel = 1
url = http://foicica.com/textadept/
arch = i686
@@ -16,10 +16,10 @@ pkgbase = textadept
provides = textadept
conflicts = textadept-bin
replaces = textadept-bin
- source = hg+http://foicica.com/hg/textadept#revision=5969451ae1fe
- source = http://foicica.com/textadept/download/textadept_9.3.modules.zip
+ source = hg+http://foicica.com/hg/textadept#revision=90d027eb635f
+ source = http://foicica.com/textadept/download/textadept_9.4.modules.zip
md5sums = SKIP
- md5sums = bff24468d52baf4db899dd63618daffb
+ md5sums = aceeffc0729f3c2acacb984674c7b5a8
pkgname = textadept
diff --git a/PKGBUILD b/PKGBUILD
index bf8e8fe2aaf8..5cc96c748c61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tom <reztho@archlinux.org>
# Based on a contribution of: bitwave
pkgname=textadept
-pkgver=9.3
+pkgver=9.4
pkgrel=1
pkgdesc="A fast, minimalist, and remarkably extensible cross-platform text editor"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ makedepends=('mercurial' 'wget' 'unzip')
provides=("$pkgname")
conflicts=('textadept-bin')
replaces=('textadept-bin')
-source=("hg+http://foicica.com/hg/textadept#revision=5969451ae1fe"
+source=("hg+http://foicica.com/hg/textadept#revision=90d027eb635f"
"http://foicica.com/textadept/download/textadept_${pkgver}.modules.zip")
build() {
@@ -37,20 +37,9 @@ build() {
package() {
cd "$srcdir/$pkgname/src"
make PREFIX=/usr DESTDIR="$pkgdir/" install
+ rm "$pkgdir/usr/share/pixmaps/"textadept{.svg,.png}
make curses PREFIX=/usr DESTDIR="$pkgdir/" install
- # Icon
- install -d "$pkgdir/usr/share/icons/hicolor/scalable/apps"
- ln -s /usr/share/$pkgname/core/images/$pkgname.svg \
- "$pkgdir/usr/share/icons/hicolor/scalable/apps/$pkgname.svg"
-
- # Desktop files
- install -d "$pkgdir/usr/share/applications"
- install -m644 *.desktop "$pkgdir/usr/share/applications/"
- for i in "$pkgdir/usr/share/applications/"*.desktop; do
- sed -i 's@^Icon=textadept.svg@Icon=textadept@' "$i"
- done
-
# Additional modules
cd "$srcdir/${pkgname}_$pkgver.modules"
cp -r modules "$pkgdir/usr/share/$pkgname/"
@@ -65,4 +54,4 @@ package() {
}
md5sums=('SKIP'
- 'bff24468d52baf4db899dd63618daffb')
+ 'aceeffc0729f3c2acacb984674c7b5a8')