Removed archlinux-specific extra pkgbuilds

This commit is contained in:
root 2009-11-24 19:48:55 -08:00
parent 8b820a4ec3
commit a26c393986
36 changed files with 17 additions and 355 deletions

View file

@ -1,30 +0,0 @@
# Contributor: Thayer Williams <thayer@archlinux.org>
# Maintainer: Thayer Williams <thayer@archlinux.org>
pkgname=archlinux-artwork
pkgver=1.5
pkgrel=2
pkgdesc="Official logos, icons, CD labels and other artwork for Arch Linux"
arch=('arm')
url="http://www.archlinux.org/"
license=('CCPL:cc-by-nc-sa' 'custom:TRADEMARKS')
install=archlinux-artwork.install
source=(ftp://ftp.archlinux.org/other/artwork/${pkgname}-${pkgver}.tar.gz)
md5sums=('7169db016b5084090c7011745b6446c0')
build() {
cd $srcdir/$pkgname-$pkgver
mkdir -p $pkgdir/usr/share/archlinux/{docs,cd-labels,icons,logos,wmlogos,web}
install -m644 FONTS $pkgdir/usr/share/archlinux/docs/
install -m644 TRADEMARKS $pkgdir/usr/share/archlinux/docs/
install -m644 cd-labels/* $pkgdir/usr/share/archlinux/cd-labels/
install -m644 icons/* $pkgdir/usr/share/archlinux/icons/
install -m644 logos/* $pkgdir/usr/share/archlinux/logos/
install -m644 wmlogos/* $pkgdir/usr/share/archlinux/wmlogos/
install -m644 web/* $pkgdir/usr/share/archlinux/web/
# add the custom license
mkdir -p $pkgdir/usr/share/licenses/$pkgname/
install -m644 TRADEMARKS $pkgdir/usr/share/licenses/$pkgname/
}

View file

@ -1,4 +0,0 @@
post_install() {
echo "==> Artwork has been installed to /usr/share/archlinux"
}

View file

@ -1,20 +0,0 @@
# Maintainer: Aaron Griffin <aaron@archlinux.org>
pkgname=archlinux-installer
pkgver=2009.02
pkgrel=2
pkgdesc="The ArchLinux install scripts and docs"
arch=('arm')
url="http://projects.archlinux.org/?p=installer.git"
license=('GPL')
depends=('bash' 'dialog' 'util-linux-ng' 'grep' 'sed')
source=("ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver-$pkgrel.tar.gz")
md5sums=('93bc355046775819baa9402ff0744bd3')
build() {
cd $srcdir/$pkgname-$pkgver-$pkgrel
install -D -m755 setup $pkgdir/arch/setup
install -D -m755 quickinst $pkgdir/arch/quickinst
install -D -m644 arch-linux-official-guide.txt \
$pkgdir/arch/arch-linux-official-guide.txt
}

View file

@ -1,9 +0,0 @@
[Desktop Entry]
Comment=Archlinux AUR
Exec=xdg-open http://aur.archlinux.org
Icon=arch-logo.png
Name=AUR
StartupNotify=true
Terminal=false
Type=Application
Categories=Archlinux;

View file

@ -1,9 +0,0 @@
[Desktop Entry]
Comment=Archlinux Bugtracker
Exec=xdg-open http://bugs.archlinux.org
Icon=arch-logo.png
Name=Bugs
StartupNotify=true
Terminal=false
Type=Application
Categories=Archlinux;

View file

@ -1,9 +0,0 @@
[Desktop Entry]
Comment=Archlinux development team
Exec=xdg-open http://www.archlinux.org/developers/
Icon=arch-logo.png
Name=Developers
StartupNotify=true
Terminal=false
Type=Application
Categories=Archlinux;

View file

@ -1,9 +0,0 @@
[Desktop Entry]
Comment=Archlinux Documentation
Exec=xdg-open http://wiki.archlinux.org/index.php/Official_Arch_Linux_Install_Guide
Icon=arch-logo.png
Name=Documentation
StartupNotify=true
Terminal=false
Type=Application
Categories=Archlinux;

View file

@ -1,9 +0,0 @@
[Desktop Entry]
Comment=Archlinux Donations
Exec=xdg-open http://www.archlinux.org/donate/
Icon=arch-logo.png
Name=Donate
StartupNotify=true
Terminal=false
Type=Application
Categories=Archlinux;

View file

@ -1,9 +0,0 @@
[Desktop Entry]
Comment=Archlinux Forum
Exec=xdg-open http://bbs.archlinux.org
Icon=arch-logo.png
Name=Forum
StartupNotify=true
Terminal=false
Type=Application
Categories=Archlinux;

View file

@ -1,9 +0,0 @@
[Desktop Entry]
Comment=Archlinux homepage
Exec=xdg-open http://www.archlinux.org
Icon=arch-logo.png
Name=Homepage
StartupNotify=true
Terminal=false
Type=Application
Categories=Archlinux;

View file

@ -1,9 +0,0 @@
[Desktop Entry]
Comment=Archlinux SVN
Exec=xdg-open http://repos.archlinux.org/viewvc.cgi/
Icon=arch-logo.png
Name=SVN
StartupNotify=true
Terminal=false
Type=Application
Categories=Archlinux;

View file

@ -1,9 +0,0 @@
[Desktop Entry]
Comment=Archlinux goodie shopping
Exec=xdg-open http://www.zazzle.com/archlinux/
Icon=arch-logo.png
Name=Schwag
StartupNotify=true
Terminal=false
Type=Application
Categories=Archlinux;

View file

@ -1,9 +0,0 @@
[Desktop Entry]
Comment=Archlinux Wiki
Exec=xdg-open http://wiki.archlinux.org
Icon=arch-logo.png
Name=Wiki
StartupNotify=true
Terminal=false
Type=Application
Categories=Archlinux;

View file

@ -1,4 +0,0 @@
[Desktop Entry]
Name=Archlinux
Icon=arch-logo.png
Type=Directory

View file

@ -1,46 +0,0 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
# Maintainer: Thayer Williams <thayer@archlinux.org>
pkgname=archlinux-menus
pkgver=2.2
pkgrel=2
pkgdesc="Arch Linux specific XDG-compliant menu"
arch=('any')
url="http://www.archlinux.org/"
license=('GPL')
depends=('xdg-utils')
source=(Arch-AUR.desktop
Arch-Bugs.desktop
Arch-Developers.desktop
Arch-Documentation.desktop
Arch-Donate.desktop
Arch-Forum.desktop
Arch-Homepage.desktop
Arch-Schwag.desktop
Arch-SVN.desktop
Arch-Wiki.desktop
arch-logo.png
Archlinux.directory)
md5sums=('748a4baa222de82f03ac17feb9523d15'
'7662f444e999f8f4d0fc0f8e3e35ff51'
'dcc6c6d7aa37ab64ce7d57838e4587e4'
'82f85d3408d69a0d0a977fdd8b3a82c3'
'b8b31b2f7a72c561566fc215e8f78b8d'
'73a94f31dd4f9332daa70c2075c8978e'
'aa8557e757c07e79789818161d95cad2'
'96a351c0eff7337d02f3bf0f1f051f45'
'45a55abfe8f6a9a9591ab7008ce02549'
'6aeccfb3ebd3d4b923199e4870c4c184'
'7ca3b587c44b8fdbff2074b753fb76f7'
'8320ad4adc71dc837bad64e8ea944338')
build() {
cd ${srcdir}
install -m755 -d ${pkgdir}/usr/share/desktop-directories
install -m755 -d ${pkgdir}/usr/share/applications
install -m755 -d ${pkgdir}/usr/share/pixmaps
install -m644 *.desktop ${pkgdir}/usr/share/applications/
install -m644 arch-logo.png ${pkgdir}/usr/share/pixmaps/
install -m644 Archlinux.directory ${pkgdir}/usr/share/desktop-directories/
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -1,19 +0,0 @@
# Contributor: Thayer Williams <thayer@archlinux.org>
# Maintainer: Thayer Williams <thayer@archlinux.org>
pkgname=archlinux-themes-gdm
pkgver=1.4
pkgrel=1
pkgdesc="Arch Linux greeter themes for the GNOME login manager"
arch=('arm')
url="http://www.archlinux.org/"
license=('CCPL:cc-by-sa')
depends=('gdm')
source=(ftp://ftp.archlinux.org/other/artwork/${pkgname}-${pkgver}.tar.gz)
md5sums=('bce4170608ed6f982f92277b7279ab98')
build() {
cd $srcdir/$pkgname-$pkgver
mkdir -p $pkgdir/usr/share/gdm/themes
mv archlinux-*/ $pkgdir/usr/share/gdm/themes
}

View file

@ -1,35 +0,0 @@
# Contributor: Thayer Williams <thayer@archlinux.org>
# Maintainer: Thayer Williams <thayer@archlinux.org>
pkgname=archlinux-themes-kde
pkgver=1.5
pkgrel=1
pkgdesc="Arch Linux artwork and themes for KDE 4"
arch=('arm')
url="http://www.archlinux.org/"
license=('CCPL:cc-by-sa')
install=archlinux-themes-kde.install
depends=('archlinux-artwork' 'archlinux-wallpaper' 'archlinux-themes-kdm')
source=(ftp://ftp.archlinux.org/other/artwork/${pkgname}-${pkgver}.tar.gz)
md5sums=('d0b01beb50e36737044353cd0fdfe9c8')
build() {
cd $srcdir/$pkgname-$pkgver
# documentation
mkdir -p $pkgdir/usr/share/archlinux/docs
cp archlinux-themes-kde.txt $pkgdir/usr/share/archlinux/docs/
# login pic
mkdir -p $pkgdir/usr/share/apps/kdm/pics/users
cp Arch-kdm.png $pkgdir/usr/share/apps/kdm/pics/users/
# link arch wallpapers to KDE's default wallpaper dir
mkdir -p $pkgdir/usr/share/wallpapers
ln -sf /usr/share/archlinux/wallpaper/*.* \
$pkgdir/usr/share/wallpapers/
# kmenu icons
mkdir -p $pkgdir/usr/share/icons
mv archlinux-iconset/ $pkgdir/usr/share/icons/archlinux-kde/
}

View file

@ -1,4 +0,0 @@
post_install() {
echo "==> Archlinux KDE theme files can be enabled via System Settings"
echo "==> See /usr/share/archlinux/docs/archlinux-themes-kde.txt for details"
}

View file

@ -1,18 +0,0 @@
# Contributor: Thayer Williams <thayer@archlinux.org>
# Maintainer: Thayer Williams <thayer@archlinux.org>
pkgname=archlinux-themes-kdm
pkgver=1.4
pkgrel=1
pkgdesc="Arch Linux KDM greeter themes for KDE4"
arch=('arm')
url="http://www.archlinux.org/"
license=('CCPL:cc-by-sa')
source=(ftp://ftp.archlinux.org/other/artwork/${pkgname}-${pkgver}.tar.gz)
md5sums=('7469d94881c323fb0535deef5ca64e83')
build() {
cd $srcdir/$pkgname-$pkgver
mkdir -p $pkgdir/usr/share/apps/kdm/themes
mv archlinux-*/ $pkgdir/usr/share/apps/kdm/themes
}

View file

@ -1,19 +0,0 @@
# Contributor: Thayer Williams <thayer@archlinux.org>
# Maintainer: Thayer Williams <thayer@archlinux.org>
pkgname=archlinux-themes-slim
pkgver=1.2
pkgrel=1
pkgdesc="Arch Linux themes for the SLiM login manager"
arch=('arm')
url="http://www.archlinux.org/"
license=('CCPL:cc-by-sa')
depends=('slim')
source=(ftp://ftp.archlinux.org/other/artwork/${pkgname}-${pkgver}.tar.gz)
md5sums=('f9b7c231ec26c93fc89ecadfa2d0e250')
build() {
cd $srcdir/$pkgname-$pkgver
mkdir -p $pkgdir/usr/share/slim/themes
mv archlinux-*/ $pkgdir/usr/share/slim/themes
}

View file

@ -1,22 +0,0 @@
# Contributor: Thayer Williams <thayer@archlinux.org>
# Maintainer: Thayer Williams <thayer@archlinux.org>
pkgname=archlinux-wallpaper
pkgver=1.3
pkgrel=1
pkgdesc="A variety of wallpapers for Arch Linux"
arch=('arm')
url="http://www.archlinux.org/"
license=('CCPL:by-nc-sa')
install=archlinux-wallpaper.install
source=(ftp://ftp.archlinux.org/other/artwork/${pkgname}-${pkgver}.tar.gz)
md5sums=('0bd3088b8be479f88a7523700dc52d07')
build() {
cd $srcdir/$pkgname-$pkgver
mkdir -p $pkgdir/usr/share/archlinux/wallpaper
install -m644 AUTHORS $pkgdir/usr/share/archlinux/wallpaper/
install -m644 *.jpg $pkgdir/usr/share/archlinux/wallpaper/
install -m644 *.png $pkgdir/usr/share/archlinux/wallpaper/
}

View file

@ -1,4 +0,0 @@
post_install() {
echo "==> Wallpapers have been installed to /usr/share/archlinux/wallpaper"
}

View file

@ -1,4 +1,3 @@
# $Id: PKGBUILD 47928 2009-07-29 16:48:51Z giovanni $
# Contributor: Shahar Weiss <sweiss4@gmx.net>
# Contributor: simo <simo@archlinux.org>
# Maintainer: Douglas Soares de Andrade <douglas@archlinux.org>
@ -7,15 +6,15 @@ pkgname=django
pkgver=1.1
pkgrel=1
pkgdesc="A high-level Python Web framework."
arch=('i686' 'x86_64')
arch=('arm')
license=('BSD')
url="http://www.djangoproject.com"
depends=('setuptools')
source=("http://media.djangoproject.com/releases/$pkgver/Django-$pkgver.tar.gz")
md5sums=('b2d75b4457a39c405fa2b36bf826bf6b')
build() {
cd $startdir/src/Django-$pkgver
python setup.py install --root=$startdir/pkg || return 1
install -D -m644 LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
}
md5sums=('b2d75b4457a39c405fa2b36bf826bf6b')

View file

@ -1,4 +1,3 @@
# $Id: PKGBUILD 53342 2009-09-29 12:30:51Z paul $
# Contributor: Andrew Wright <andreww@photism.org>
# Contributor: Andreas W. Hauser <andy-aur@splashground.de>
# Maintainer: Paul Mattal <paul@archlinux.org>
@ -9,7 +8,7 @@ _internal_pkgver=3.5.1
pkgrel=1
_date=200909170800
pkgdesc="An IDE for Java and other languages"
arch=('i686' 'x86_64')
arch=('arm')
url="http://eclipse.org"
depends=('java-environment>=6' 'gtk2>=2.16.1' 'unzip' 'xulrunner>=1.9.0.10')
install=eclipse.install
@ -65,3 +64,4 @@ build() {
# install icon
install -D -m644 $startdir/src/eclipse-icon-clean.svg $startdir/pkg/usr/share/icons/hicolor/scalable/apps/eclipse.svg || return 1
}

View file

@ -1,11 +1,7 @@
# $Id: PKGBUILD 41782 2009-06-07 10:19:49Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Notice:
# When building a new major version, build, install, build again.
#
pkgname=gnutls
pkgver=2.8.0
pkgver=2.8.5
pkgrel=1
pkgdesc="A library which provides a secure layer over a reliable transport layer"
arch=('arm')
@ -13,14 +9,13 @@ license=('GPL3' 'LGPL')
url="http://www.gnu.org/software/gnutls/"
install=gnutls.install
options=('libtool')
depends=('libtasn1>=2.2' 'readline' 'zlib' 'libgcrypt>=1.4.4' 'texinfo')
depends=('gcc-libs>=4.4.2' 'libtasn1>=2.2' 'readline>=6.0' 'zlib' 'libgcrypt>=1.4.4' 'texinfo')
source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.bz2)
md5sums=('001c1d778ac7b53118cd5e14c6f9210d')
md5sums=('e3b2788b79bfc82acbe717e3c54d4e92')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --with-zlib --disable-guile || return 1
make || return 1
make DESTDIR="${pkgdir}" install || return 1
rm -f "${pkgdir}/usr/share/info/dir"
}

View file

@ -3,7 +3,7 @@ filelist=(gnutls.info gnutls.info-1 gnutls.info-2 gnutls.info-3)
post_install() {
for file in ${filelist[@]}; do
install-info $infodir/$file $infodir/dir 2> /dev/null
install-info $infodir/$file.gz $infodir/dir 2> /dev/null
done
}
@ -13,6 +13,6 @@ post_upgrade() {
pre_remove() {
for file in ${filelist[@]}; do
install-info --delete $infodir/$file $infodir/dir 2> /dev/null
install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
done
}

View file

@ -1,8 +0,0 @@
2008-12-09 Alexander Fehr <pizzapunk gmail com>
* htop-0.8.1-1:
New upstream release.
New maintainer.
Added patch to fix FS#12235.
Enabled Unicode support.
Added ChangeLog.

View file

@ -1,4 +1,3 @@
# $Id: PKGBUILD 21081 2008-12-09 17:41:11Z alexanderf $
# Maintainer: Krzysztof "hiciu" Warzecha <kwarzecha7@gmail.com>
# Archlinux's Maintainer: Alexander Fehr <pizzapunk gmail com>

View file

@ -1,4 +1,3 @@
# $Id: PKGBUILD 31087 2009-03-24 09:40:35Z eric $
# Maintainer: dorphell <dorphell@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
@ -6,7 +5,7 @@ pkgname=httptunnel
pkgver=3.3
pkgrel=2
pkgdesc="httptunnel creates a bidirectional virtual data connection tunnelled in HTTP requests"
arch=(i686 x86_64)
arch=('arm')
url="http://www.nocrew.org/software/httptunnel"
license=('GPL2')
depends=('glibc')

View file

@ -1,11 +1,11 @@
# $Id: PKGBUILD 18578 2008-11-07 22:16:28Z jgc $
# Maintainer: Alexander Baldeck <alexander@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=libxaw
pkgver=1.0.5
pkgrel=1
pkgdesc="X11 Athena Widget library"
arch=(arm)
arch=('arm')
license=('custom:')
url="http://xorg.freedesktop.org/"
depends=('libxmu' 'libxpm')

View file

@ -1,11 +1,11 @@
# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
# Maintainer: Alexander Baldeck <alexander@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=libxpm
pkgver=3.5.7
pkgrel=1
pkgdesc="X11 pixmap library"
arch=(arm)
arch=('arm')
license=('custom:BELL')
url="http://xorg.freedesktop.org/"
depends=('libxt' 'libxext')

View file

@ -1,11 +1,10 @@
# $Id: PKGBUILD 35769 2009-04-17 02:34:10Z eric $
# Contributor: Martin Lefebvre <dadexter@gmail.com>
pkgname=pebrot
pkgver=0.8.9
pkgrel=2
pkgdesc="Pebrot is a text MSN messenger client implemented with Python."
arch=(i686 x86_64)
arch=('arm')
url="http://pebrot.sourceforge.net/"
license=('GPL')
depends=('python')

View file

@ -1,4 +1,3 @@
# $Id: PKGBUILD 52902 2009-09-23 05:46:35Z ronald $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
# Contributor: K. Piche <kpiche@rogers.com>
@ -7,7 +6,7 @@ pkgname=r
pkgver=2.9.2
pkgrel=1
pkgdesc="R is a language and environment for statistical computing and graphics"
arch=("i686" "x86_64")
arch=('arm')
license=('GPL')
url=('http://www.r-project.org/')
depends=('blas>=20070405' 'lapack>=3.2' 'bzip2' 'libpng' 'libjpeg>=7' 'libtiff>=3.8.2-5' 'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs>=4.3.3' 'tk' 'libxt' 'libxmu' 'pango')

View file

@ -1,4 +1,3 @@
# $Id: PKGBUILD 16826 2008-10-22 12:40:52Z douglas $
# Maintainer: simo <simo@archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>
# Contributor: Todd Maynard <arch@toddmaynard.com>
@ -12,7 +11,6 @@ arch=('arm')
url="http://peak.telecommunity.com/DevCenter/setuptools"
depends=('python')
source=(http://cheeseshop.python.org/packages/source/s/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('3864c01d9c719c8924c455714492295e')
build() {

View file

@ -1,11 +1,8 @@
# $Id: PKGBUILD 36467 2009-04-23 02:40:34Z eric $
# ppc Maintainer: Alexander Baldeck <alexander@archlinux.org>
# i686 Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=xterm
pkgver=243
pkgrel=2
pkgdesc="X Terminal Emulator"
arch=(arm)
arch=('arm')
url="http://invisible-island.net/xterm/"
license=('custom')
depends=('libxft' 'libxaw>=1.0.5' 'ncurses' 'xorg-apps')