[arch-commits] Commit in archlinux-artwork/trunk (ChangeLog PKGBUILD)

Thayer Williams thayer at archlinux.org
Mon Nov 24 04:07:19 UTC 2008


    Date: Sunday, November 23, 2008 @ 23:07:18
  Author: thayer
Revision: 19482

upgpkg: archlinux-artwork 1.2-1
    license clarification

Modified:
  archlinux-artwork/trunk/PKGBUILD
Deleted:
  archlinux-artwork/trunk/ChangeLog

-----------+
 ChangeLog |   21 ---------------------
 PKGBUILD  |   13 +++++++++----
 2 files changed, 9 insertions(+), 25 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2008-11-24 03:54:50 UTC (rev 19481)
+++ ChangeLog	2008-11-24 04:07:18 UTC (rev 19482)
@@ -1,21 +0,0 @@
-2008-10-16 Thayer Williams <thayer at archlinux.org>
-	* 1.1-2 :
-	license clarification
-
-2008-06-04 Thayer Williams <thayer at archlinux.org>
-	* 1.1-1 :
-	add more versions of Arch logo
-	added TRADEMARKS file
-	added awesome wm logo courtesy of Branko "foxbunny" Vukelic
-
-2008-05-10 Thayer Williams <thayer at archlinux.org>
-	* 1.0-3 :
-	more package cleanup
-	
-2008-05-08 Thayer Williams <thayer at archlinux.org>
-	* 1.0-2 :
-	package maintenance
-	fixed post-install message
-	* 1.0-1 :
-	initial release.
-

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-11-24 03:54:50 UTC (rev 19481)
+++ PKGBUILD	2008-11-24 04:07:18 UTC (rev 19482)
@@ -1,16 +1,17 @@
 # $Id$
+# Contributor: Thayer Williams <thayer at archlinux.org>
 # Maintainer: Thayer Williams <thayer at archlinux.org>
 
 pkgname=archlinux-artwork
-pkgver=1.1
-pkgrel=2
+pkgver=1.2
+pkgrel=1
 pkgdesc="Official logos, icons, CD labels and other artwork for Arch Linux"
 arch=(i686 x86_64)
 url="http://www.archlinux.org/"
-license=('CCPL:cc-by-sa')
+license=('CCPL:cc-by-nc-sa' 'custom:TRADEMARKS')
 install=archlinux-artwork.install
 source=(ftp://ftp.archlinux.org/other/artwork/${pkgname}-${pkgver}.tar.gz)
-md5sums=('66b457dcc9f52590e4910695f09142e5')
+md5sums=('9ce126e83a15a21e24eedcd4bdcd0741')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -22,5 +23,9 @@
   install -m644 icons/* $pkgdir/usr/share/archlinux/icons/
   install -m644 logos/* $pkgdir/usr/share/archlinux/logos/
   install -m644 wmlogos/* $pkgdir/usr/share/archlinux/wmlogos/
+
+  # add the custom license
+  mkdir -p $pkgdir/usr/share/licenses/custom/$pkgname/
+  install -m644 TRADEMARKS $pkgdir/usr/share/licenses/custom/$pkgname/
 }
 




More information about the arch-commits mailing list