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

Eric Bélanger eric at archlinux.org
Sun May 3 02:44:19 UTC 2009


    Date: Saturday, May 2, 2009 @ 22:44:19
  Author: eric
Revision: 37569

Merged revisions 356,37564 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/transset/trunk

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r37564 | eric | 2009-05-02 22:18:45 -0400 (Sat, 02 May 2009) | 2 lines
  
  upgpkg: transset 20050711-3
      Added arch field, Added license, Moved source to local ftp
........

Added:
  transset/repos/extra-i686/LICENSE
    (from rev 37564, transset/trunk/LICENSE)
Modified:
  transset/repos/extra-i686/	(properties)
  transset/repos/extra-i686/PKGBUILD
Deleted:
  transset/repos/extra-i686/transset-20050711.tar.bz2

----------+
 LICENSE  |   23 +++++++++++++++++++++++
 PKGBUILD |   13 ++++++++-----
 2 files changed, 31 insertions(+), 5 deletions(-)


Property changes on: transset/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /transset/trunk:1
   + /transset/trunk:1-37568

Copied: transset/repos/extra-i686/LICENSE (from rev 37564, transset/trunk/LICENSE)
===================================================================
--- extra-i686/LICENSE	                        (rev 0)
+++ extra-i686/LICENSE	2009-05-03 02:44:19 UTC (rev 37569)
@@ -0,0 +1,23 @@
+Copyright 1993, 1998  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
+OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall
+not be used in advertising or otherwise to promote the sale, use or
+other dealings in this Software without prior written authorization
+from The Open Group.

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-05-03 02:42:24 UTC (rev 37568)
+++ extra-i686/PKGBUILD	2009-05-03 02:44:19 UTC (rev 37569)
@@ -4,17 +4,20 @@
 
 pkgname=transset
 pkgver=20050711
-pkgrel=2
+pkgrel=3
 pkgdesc="Translucency settings tool for X.org"
+arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/Software/xapps"
 depends=('libxdamage' 'libxcomposite' 'libxrender')
+license=('custom')
 conflicts=('xapps')
-source=($pkgname-$pkgver.tar.bz2)
-md5sums=('bfb0fc7228636853711734c9a8049ef3')
+source=(ftp://ftp.archlinux.org/other/transset/$pkgname-$pkgver.tar.bz2 LICENSE)
+md5sums=('bfb0fc7228636853711734c9a8049ef3' '8fea8210c4b586c174e652e64d3e579d')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   make || return 1
-  install -D -m755 transset $startdir/pkg/usr/bin/transset
+  install -D -m755 transset $pkgdir/usr/bin/transset
+  install -D -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
 

Deleted: extra-i686/transset-20050711.tar.bz2
===================================================================
(Binary files differ)




More information about the arch-commits mailing list