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

Kyle Keen kkeen at nymeria.archlinux.org
Thu Oct 31 20:35:17 UTC 2013


    Date: Thursday, October 31, 2013 @ 21:35:17
  Author: kkeen
Revision: 100052

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

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

---------------------------------+
 /PKGBUILD                       |   84 ++++++++++++++++++++++++++++++++++++++
 /elinks.install                 |   24 ++++++++++
 community-i686/PKGBUILD         |   42 -------------------
 community-i686/elinks.install   |   12 -----
 community-x86_64/PKGBUILD       |   42 -------------------
 community-x86_64/elinks.install |   12 -----
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-10-31 20:34:41 UTC (rev 100051)
+++ community-i686/PKGBUILD	2013-10-31 20:35:17 UTC (rev 100052)
@@ -1,42 +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=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/PKGBUILD (from rev 100051, elinks/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-10-31 20:35:17 UTC (rev 100052)
@@ -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=15
+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' 'desktop-file-utils')
+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"
+}

Deleted: community-i686/elinks.install
===================================================================
--- community-i686/elinks.install	2013-10-31 20:34:41 UTC (rev 100051)
+++ community-i686/elinks.install	2013-10-31 20:35:17 UTC (rev 100052)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: elinks/repos/community-i686/elinks.install (from rev 100051, elinks/trunk/elinks.install)
===================================================================
--- community-i686/elinks.install	                        (rev 0)
+++ community-i686/elinks.install	2013-10-31 20:35:17 UTC (rev 100052)
@@ -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 20:34:41 UTC (rev 100051)
+++ community-x86_64/PKGBUILD	2013-10-31 20:35:17 UTC (rev 100052)
@@ -1,42 +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=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/PKGBUILD (from rev 100051, elinks/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-10-31 20:35:17 UTC (rev 100052)
@@ -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=15
+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' 'desktop-file-utils')
+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"
+}

Deleted: community-x86_64/elinks.install
===================================================================
--- community-x86_64/elinks.install	2013-10-31 20:34:41 UTC (rev 100051)
+++ community-x86_64/elinks.install	2013-10-31 20:35:17 UTC (rev 100052)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: elinks/repos/community-x86_64/elinks.install (from rev 100051, elinks/trunk/elinks.install)
===================================================================
--- community-x86_64/elinks.install	                        (rev 0)
+++ community-x86_64/elinks.install	2013-10-31 20:35:17 UTC (rev 100052)
@@ -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