[arch-commits] CVS update of extra/x11/ion (PKGBUILD ion.desktop ion.install ion.patch)

Jeff Mickey jeff at archlinux.org
Mon Dec 17 21:24:01 UTC 2007


    Date: Monday, December 17, 2007 @ 16:24:01
  Author: jeff
    Path: /home/cvs-extra/extra/x11/ion

 Removed: PKGBUILD (1.32) ion.desktop (1.2) ion.install (1.3) ion.patch (1.1)

Let freedom reign.


-------------+
 PKGBUILD    |   37 -------------------------------------
 ion.desktop |    8 --------
 ion.install |   17 -----------------
 ion.patch   |   20 --------------------
 4 files changed, 82 deletions(-)


Index: extra/x11/ion/PKGBUILD
diff -u extra/x11/ion/PKGBUILD:1.32 extra/x11/ion/PKGBUILD:removed
--- extra/x11/ion/PKGBUILD:1.32	Wed Nov 14 16:46:15 2007
+++ extra/x11/ion/PKGBUILD	Mon Dec 17 16:24:01 2007
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD,v 1.32 2007/11/14 21:46:15 jeff Exp $
-# Maintainer: Jeff Mickey <jeff at archlinux.org>
-# Maintainer: Simo Leone <simo at archlinux.org>
-# Committer: Judd Vinet <jvinet at zeroflux.org>
-
-pkgname=ion
-pkgver=3rc_20071109
-pkgrel=1
-pkgdesc="A keyboard-friendly tiling (no overlapping windows) window manager"
-arch=(i686 x86_64)
-depends=('lua>=5.1' 'libxext' 'libsm')
-replaces=('ion3-devel')
-source=(http://iki.fi/tuomov/dl/ion-${pkgver/_/-}.tar.gz
-    ion.desktop
-    ion.patch )
-url="http://modeemi.fi/~tuomov/ion/"
-license=('custom')
-options=('force' '!makeflags')
-install=ion.install
-
-build() {
-  cd $startdir/src/ion-${pkgver/_/-}
-  patch -p0 < ../ion.patch
-  
-  make ETCDIR=/etc/ion3 || return 1
-  make ETCDIR=$startdir/pkg/etc/ion3 PREFIX=$startdir/pkg/usr install
-
-  install -D -m644 $startdir/src/ion.desktop \
-                   $startdir/pkg/etc/X11/sessions/ion.desktop
-  install -D -m644 $startdir/src/ion-${pkgver/_/-}/LICENSE $startdir/pkg/usr/share/licenses/ion/LICENSE
-}
-md5sums=('7f71cae5be800ccfa456380f3d45b2b5'
-         '127d70b9c1e7930759a71a1140ac8725'
-         '2ae7a72ea186fea4c4d1c3c92fe6ffd9')
-sha1sums=('709d99b524e25fc190038959191dbaeb306a9a2d'
-          '33c805686a4a01758c23124fe1986f8b1302ebc7'
-          'a7b0fb29ab1f813a8969eee1e2734121e3137728')
Index: extra/x11/ion/ion.desktop
diff -u extra/x11/ion/ion.desktop:1.2 extra/x11/ion/ion.desktop:removed
--- extra/x11/ion/ion.desktop:1.2	Fri Jun 23 21:35:10 2006
+++ extra/x11/ion/ion.desktop	Mon Dec 17 16:24:01 2007
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Ion
-Comment=The Ion window manager
-Exec=ion3
-# no icon yet, only the top three are currently used
-Icon=
-Type=Application
Index: extra/x11/ion/ion.install
diff -u extra/x11/ion/ion.install:1.3 extra/x11/ion/ion.install:removed
--- extra/x11/ion/ion.install:1.3	Thu Jan  4 18:30:47 2007
+++ extra/x11/ion/ion.install	Mon Dec 17 16:24:01 2007
@@ -1,17 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  post_upgrade $1
-  /bin/true
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-#  echo ":: This release of Ion breaks most if not all custom configs."
-#  echo ":: It would be a good thing to start over completely with them."
-  /bin/true
-}
-
-op=$1
-shift
-$op $*
Index: extra/x11/ion/ion.patch
diff -u extra/x11/ion/ion.patch:1.1 extra/x11/ion/ion.patch:removed
--- extra/x11/ion/ion.patch:1.1	Tue Nov  7 16:11:01 2006
+++ extra/x11/ion/ion.patch	Mon Dec 17 16:24:01 2007
@@ -1,20 +0,0 @@
---- system-arch.mk	2006-10-24 15:44:46.000000000 -0400
-+++ system.mk	2006-10-24 15:44:58.000000000 -0400
-@@ -7,7 +7,7 @@
- ## Installation paths
- ##
- 
--PREFIX=/usr/local
-+PREFIX=/usr
- 
- # Unless you are creating a package conforming to some OS's standards, you
- # probably do not want to modify the following directories:
-@@ -56,7 +56,7 @@
- 
- # If you have installed Lua 5.1 from the official tarball without changing
- # paths, this should do it.
--LUA_DIR=/usr/local
-+LUA_DIR=/usr
- LUA_LIBS = -L$(LUA_DIR)/lib -llua
- LUA_INCLUDES = -I$(LUA_DIR)/include
- LUA=$(LUA_DIR)/bin/lua




More information about the arch-commits mailing list