[arch-commits] Commit in cmatrix/repos (4 files)

Kyle Keen kkeen at archlinux.org
Sun Jan 25 11:55:30 UTC 2015


    Date: Sunday, January 25, 2015 @ 12:55:29
  Author: kkeen
Revision: 126569

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

Deleted:
  cmatrix/repos/community-i686/PKGBUILD
  cmatrix/repos/community-i686/cmatrix.install
  cmatrix/repos/community-x86_64/PKGBUILD
  cmatrix/repos/community-x86_64/cmatrix.install

----------------------------------+
 community-i686/PKGBUILD          |   44 -------------------------------------
 community-i686/cmatrix.install   |    6 -----
 community-x86_64/PKGBUILD        |   44 -------------------------------------
 community-x86_64/cmatrix.install |    6 -----
 4 files changed, 100 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-01-25 11:55:11 UTC (rev 126568)
+++ community-i686/PKGBUILD	2015-01-25 11:55:29 UTC (rev 126569)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-
-pkgname=cmatrix
-pkgver=1.2a
-pkgrel=9
-pkgdesc="A curses-based scrolling 'Matrix'-like screen"
-arch=('i686' 'x86_64')
-url="http://www.asty.org/cmatrix/"
-license=('GPL2')
-depends=('ncurses')
-makedepends=('fontconfig')
-optdepends=('fontconfig: custom font'
-            'kdb: cmatrix-tty custom font'
-            'xterm: cmatrix-tty custom font')
-install=$pkgname.install
-source=("http://www.asty.org/$pkgname/dist/$pkgname-$pkgver.tar.gz"
-        "cmatrix-tty")
-md5sums=('ebfb5733104a258173a9ccf2669968a1'
-         'db4371d5cb649973bfea31c2b932d260')
-
-build() {
-  cd $pkgname-$pkgver
-
-  CPPFLAGS="-D_FORTIFY_SOURCE=0" ./configure \
-    --prefix=/usr --mandir=/usr/share/man
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  
-  install -Dm644 mtx.pcf "$pkgdir/usr/share/fonts/misc/mtx.pcf"
-  install -Dm644 matrix.fnt "$pkgdir/usr/share/kbd/consolefonts/matrix.fnt"
-  install -Dm644 matrix.psf.gz "$pkgdir/usr/share/kbd/consolefonts/matrix.psf.gz"
-  install -Dm755 "$srcdir/cmatrix-tty" "$pkgdir/usr/bin/cmatrix-tty"
-
-  for i in AUTHORS NEWS COPYING README ChangeLog TODO INSTALL; do
-    install -Dm644 $i "$pkgdir/usr/share/doc/$pkgname/$i"
-  done
-}

Deleted: community-i686/cmatrix.install
===================================================================
--- community-i686/cmatrix.install	2015-01-25 11:55:11 UTC (rev 126568)
+++ community-i686/cmatrix.install	2015-01-25 11:55:29 UTC (rev 126569)
@@ -1,6 +0,0 @@
-post_install() {
-  if [[ -x /usr/bin/fc-cache ]]; then
-    fc-cache
-  fi
-}
-

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-01-25 11:55:11 UTC (rev 126568)
+++ community-x86_64/PKGBUILD	2015-01-25 11:55:29 UTC (rev 126569)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-
-pkgname=cmatrix
-pkgver=1.2a
-pkgrel=9
-pkgdesc="A curses-based scrolling 'Matrix'-like screen"
-arch=('i686' 'x86_64')
-url="http://www.asty.org/cmatrix/"
-license=('GPL2')
-depends=('ncurses')
-makedepends=('fontconfig')
-optdepends=('fontconfig: custom font'
-            'kdb: cmatrix-tty custom font'
-            'xterm: cmatrix-tty custom font')
-install=$pkgname.install
-source=("http://www.asty.org/$pkgname/dist/$pkgname-$pkgver.tar.gz"
-        "cmatrix-tty")
-md5sums=('ebfb5733104a258173a9ccf2669968a1'
-         'db4371d5cb649973bfea31c2b932d260')
-
-build() {
-  cd $pkgname-$pkgver
-
-  CPPFLAGS="-D_FORTIFY_SOURCE=0" ./configure \
-    --prefix=/usr --mandir=/usr/share/man
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  
-  install -Dm644 mtx.pcf "$pkgdir/usr/share/fonts/misc/mtx.pcf"
-  install -Dm644 matrix.fnt "$pkgdir/usr/share/kbd/consolefonts/matrix.fnt"
-  install -Dm644 matrix.psf.gz "$pkgdir/usr/share/kbd/consolefonts/matrix.psf.gz"
-  install -Dm755 "$srcdir/cmatrix-tty" "$pkgdir/usr/bin/cmatrix-tty"
-
-  for i in AUTHORS NEWS COPYING README ChangeLog TODO INSTALL; do
-    install -Dm644 $i "$pkgdir/usr/share/doc/$pkgname/$i"
-  done
-}

Deleted: community-x86_64/cmatrix.install
===================================================================
--- community-x86_64/cmatrix.install	2015-01-25 11:55:11 UTC (rev 126568)
+++ community-x86_64/cmatrix.install	2015-01-25 11:55:29 UTC (rev 126569)
@@ -1,6 +0,0 @@
-post_install() {
-  if [[ -x /usr/bin/fc-cache ]]; then
-    fc-cache
-  fi
-}
-



More information about the arch-commits mailing list