[arch-commits] Commit in elinks/repos (6 files)

Kyle Keen kkeen at nymeria.archlinux.org
Thu Oct 31 15:29:51 UTC 2013


    Date: Thursday, October 31, 2013 @ 16:29:51
  Author: kkeen
Revision: 100042

archrelease: copy trunk to community-i686, community-x86_64

Added:
  elinks/repos/community-i686/PKGBUILD
    (from rev 100041, elinks/trunk/PKGBUILD)
  elinks/repos/community-i686/elinks.install
    (from rev 100041, elinks/trunk/elinks.install)
  elinks/repos/community-x86_64/PKGBUILD
    (from rev 100041, elinks/trunk/PKGBUILD)
  elinks/repos/community-x86_64/elinks.install
    (from rev 100041, elinks/trunk/elinks.install)
Deleted:
  elinks/repos/community-i686/PKGBUILD
  elinks/repos/community-x86_64/PKGBUILD

---------------------------------+
 /PKGBUILD                       |   84 ++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD         |   40 ------------------
 community-i686/elinks.install   |   12 +++++
 community-x86_64/PKGBUILD       |   40 ------------------
 community-x86_64/elinks.install |   12 +++++
 5 files changed, 108 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-10-31 15:29:22 UTC (rev 100041)
+++ community-i686/PKGBUILD	2013-10-31 15:29:51 UTC (rev 100042)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-# Contributor: Ben <contrasutra at myrealbox.com>
-
-pkgname=elinks
-pkgver=0.13
-_commit="a3751107033599b835eaafa61177c8d4dda4b7ef"
-pkgrel=13
-pkgdesc="An advanced and well-established feature-rich text mode web browser."
-arch=("i686" "x86_64")
-url="http://elinks.or.cz"
-license=('GPL')
-depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua51' 'libidn' 'js185'
-	 'gc' 'tre')
-makedepends=('git')
-source=("git+http://elinks.cz/elinks.git#commit=$_commit")
-md5sums=('SKIP')
-
-build() {
-  cd elinks
-  [ -x configure ] || sh autogen.sh
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-              --sysconfdir=/etc \
-              --disable-smb --without-x --enable-cgi \
-              --enable-leds --enable-256-colors --enable-html-highlight \
-              --with-zlib
-  make
-}
-
-package() {
-  cd elinks
-  make DESTDIR="$pkgdir" install
-  rm -f "$pkgdir/usr/share/locale/locale.alias"
-
-  install -D -m644 "contrib/debian/$pkgname.desktop" \
-    "$pkgdir/usr/share/applications/$pkgname.desktop"
-}

Copied: elinks/repos/community-i686/PKGBUILD (from rev 100041, elinks/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-10-31 15:29:51 UTC (rev 100042)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Ben <contrasutra at myrealbox.com>
+
+pkgname=elinks
+pkgver=0.13
+_commit="a3751107033599b835eaafa61177c8d4dda4b7ef"
+pkgrel=14
+pkgdesc="An advanced and well-established feature-rich text mode web browser."
+arch=("i686" "x86_64")
+url="http://elinks.or.cz"
+license=('GPL')
+depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua51' 'libidn' 'js185'
+	 'gc' 'tre')
+makedepends=('git')
+install=elinks.install
+source=("git+http://elinks.cz/elinks.git#commit=$_commit")
+md5sums=('SKIP')
+
+build() {
+  cd elinks
+  sed -i 's/Terminal=1/Terminal=true/' "contrib/debian/$pkgname.desktop"
+  [ -x configure ] || sh autogen.sh
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+              --sysconfdir=/etc \
+              --disable-smb --without-x --enable-cgi \
+              --enable-leds --enable-256-colors --enable-html-highlight \
+              --with-zlib
+  make
+}
+
+package() {
+  cd elinks
+  make DESTDIR="$pkgdir" install
+  rm -f "$pkgdir/usr/share/locale/locale.alias"
+
+  install -D -m644 "contrib/debian/$pkgname.desktop" \
+    "$pkgdir/usr/share/applications/$pkgname.desktop"
+}

Copied: elinks/repos/community-i686/elinks.install (from rev 100041, elinks/trunk/elinks.install)
===================================================================
--- community-i686/elinks.install	                        (rev 0)
+++ community-i686/elinks.install	2013-10-31 15:29:51 UTC (rev 100042)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-10-31 15:29:22 UTC (rev 100041)
+++ community-x86_64/PKGBUILD	2013-10-31 15:29:51 UTC (rev 100042)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-# Contributor: Ben <contrasutra at myrealbox.com>
-
-pkgname=elinks
-pkgver=0.13
-_commit="a3751107033599b835eaafa61177c8d4dda4b7ef"
-pkgrel=13
-pkgdesc="An advanced and well-established feature-rich text mode web browser."
-arch=("i686" "x86_64")
-url="http://elinks.or.cz"
-license=('GPL')
-depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua51' 'libidn' 'js185'
-	 'gc' 'tre')
-makedepends=('git')
-source=("git+http://elinks.cz/elinks.git#commit=$_commit")
-md5sums=('SKIP')
-
-build() {
-  cd elinks
-  [ -x configure ] || sh autogen.sh
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-              --sysconfdir=/etc \
-              --disable-smb --without-x --enable-cgi \
-              --enable-leds --enable-256-colors --enable-html-highlight \
-              --with-zlib
-  make
-}
-
-package() {
-  cd elinks
-  make DESTDIR="$pkgdir" install
-  rm -f "$pkgdir/usr/share/locale/locale.alias"
-
-  install -D -m644 "contrib/debian/$pkgname.desktop" \
-    "$pkgdir/usr/share/applications/$pkgname.desktop"
-}

Copied: elinks/repos/community-x86_64/PKGBUILD (from rev 100041, elinks/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-10-31 15:29:51 UTC (rev 100042)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Ben <contrasutra at myrealbox.com>
+
+pkgname=elinks
+pkgver=0.13
+_commit="a3751107033599b835eaafa61177c8d4dda4b7ef"
+pkgrel=14
+pkgdesc="An advanced and well-established feature-rich text mode web browser."
+arch=("i686" "x86_64")
+url="http://elinks.or.cz"
+license=('GPL')
+depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua51' 'libidn' 'js185'
+	 'gc' 'tre')
+makedepends=('git')
+install=elinks.install
+source=("git+http://elinks.cz/elinks.git#commit=$_commit")
+md5sums=('SKIP')
+
+build() {
+  cd elinks
+  sed -i 's/Terminal=1/Terminal=true/' "contrib/debian/$pkgname.desktop"
+  [ -x configure ] || sh autogen.sh
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+              --sysconfdir=/etc \
+              --disable-smb --without-x --enable-cgi \
+              --enable-leds --enable-256-colors --enable-html-highlight \
+              --with-zlib
+  make
+}
+
+package() {
+  cd elinks
+  make DESTDIR="$pkgdir" install
+  rm -f "$pkgdir/usr/share/locale/locale.alias"
+
+  install -D -m644 "contrib/debian/$pkgname.desktop" \
+    "$pkgdir/usr/share/applications/$pkgname.desktop"
+}

Copied: elinks/repos/community-x86_64/elinks.install (from rev 100041, elinks/trunk/elinks.install)
===================================================================
--- community-x86_64/elinks.install	                        (rev 0)
+++ community-x86_64/elinks.install	2013-10-31 15:29:51 UTC (rev 100042)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list