makedeb
Unicode enabled rxvt-clone terminal emulator (urxvt) with the 256 colors enabled
Click here to go back to the commit logs for rxvt-unicode-256color.
Hash: 1e91fb8777394966bc1b28f85f4c19fb66328be4
Message: fixed pkgname
diff --git a/.SRCINFO b/.SRCINFO
index df04cdc..5c5ec9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -27,7 +27,7 @@ pkgbase = rxvt-unicode-256color
conflicts = rxvt-unicode-256color
replaces = rxvt-unicode
replaces = rxvt-unicode-256color
- source = http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-256color-9.26.tar.bz2
+ source = http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-9.26.tar.bz2
sha256sums = 643116b9a25d29ad29f4890131796d42e6d2d21312282a613ef66c80c5b8c98b
pkgname = rxvt-unicode-256color
diff --git a/PKGBUILD b/PKGBUILD
index 59febd6..d225478 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
# Maintainer: only_vip <onlyme_vip@protonmail.com>
pkgname=rxvt-unicode-256color
+_pkgname=rxvt-unicode
pkgver=9.26
pkgrel=3
pkgdesc="Unicode enabled rxvt-clone terminal emulator (urxvt) with the 256 colors enabled"
@@ -9,13 +10,13 @@ license=('GPL')
makedepends=('libxft-dev' 'libxft2-dev' 'perl' 'libstartup-notification0-dev' 'libstartup-notification0' 'libnsl-dev' 'libnsl2' 'libxmu-dev' 'libperl-dev' 'terminfo')
depends=('libxft-dev' 'perl' 'libstartup-notification0' 'libnsl-dev')
optdepends=('libgtk3-perl: to use the urxvt-tabbed')
-source=(http://dist.schmorp.de/rxvt-unicode/${pkgname}-${pkgver}.tar.bz2)
+source=(http://dist.schmorp.de/rxvt-unicode/${_pkgname}-${pkgver}.tar.bz2)
provides=('rxvt-unicode' )
conflicts=('rxvt-unicode' 'rxvt-unicode-256color')
replaces=('rxvt-unicode' 'rxvt-unicode-256color')
sha256sums=('643116b9a25d29ad29f4890131796d42e6d2d21312282a613ef66c80c5b8c98b')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "${srcdir}/${_pkgname}-${pkgver}"
./configure --prefix=/usr --enable-everything --enable-smart-resize --enable-256-color
#--enable-256-color \
#--enable-combining \
@@ -43,7 +44,7 @@ build() {
#--disable-pixbuf \
#--disable-frills
make
- #tic -x "${srcdir}/${pkgname}-${pkgver}/doc/etc/rxvt-unicode.terminfo"
+ #tic -x "${srcdir}/${_pkgname}-${pkgver}/doc/etc/rxvt-unicode.terminfo"
}
package() {
@@ -55,6 +56,6 @@ package() {
#workaround terminfo installation
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd ${srcdir}/${_pkgname}-${pkgver}
make DESTDIR="${pkgdir}" TERMINFO="/tmp" install
}