cleaning up unneeded alarm/ packages

This commit is contained in:
Mike Brown 2013-06-13 16:14:17 -04:00
parent ac15695d11
commit 0c1227df19
9 changed files with 0 additions and 106 deletions

View file

@ -1,22 +0,0 @@
# Maintainer: Kevin Mihelich <kevin@plugapps.com>
# i.MX libz160 display library
noautobuild=1
plugrel=1
pkgname="libz160"
pkgver=1.0
pkgrel=1
arch=('armv7h')
url="http://www.freescale.com"
license=('GPL2')
options=('!libtool')
source=("http://archlinuxarm.org/builder/src/libz160.tar.gz")
md5sums=('7589d70fa10af21bedf8dc923e9fd150')
package() {
pkgdesc="i.MX libz160 display library"
mv ${srcdir}/usr ${pkgdir}
}

View file

@ -1,16 +0,0 @@
buildarch=4
pkgname=('odroid-x-hdmi')
pkgver=20121124
pkgrel=1
pkgdesc="xorg.conf for HDMI output on the HardKernel ODROID-X"
arch=('armv7h')
url="http://www.archlinuxarm.org/platforms/armv7/odroid-x"
license=('GPL')
depends=('xf86-video-fbdev' 'xorg-server' 'xorg-xinit' 'xorg-utils' 'xorg-server-utils')
source=(xorg.conf)
md5sums=('a7b2918356666a3804ada8e9ef5c460d')
build() {
mkdir -p "$pkgdir/etc/X11/"
install -m644 "$srcdir/xorg.conf" "$pkgdir/etc/X11/"
}

View file

@ -1,10 +0,0 @@
Section "Device"
identifier "HDMI"
Driver "fbdev"
Option "fbdev" "/dev/fb1"
EndSection
Section "Screen"
identifier "Default Screen"
Device "HDMI"
EndSection

View file

@ -1,21 +0,0 @@
# Maintainer: Mike Staszel <mikestaszel@archlinuxarm.org>
buildarch=4
pkgname=tenderloin-firmware
pkgver=3.0.4
pkgrel=1
pkgdesc="Firmware for the HP TouchPad - Tenderloin"
arch=('armv7h')
url="http://archlinuxarm.org"
license=('GPL')
depends=('glibc')
replaces=('linux-firmware')
source=(firmware.tar.gz)
md5sums=('b16904e023b46003d8cb2e3778159e8b')
options=(!strip)
package() {
mkdir $pkgdir/lib
tar -xzf $srcdir/firmware.tar.gz -C $pkgdir/lib/
}

Binary file not shown.

View file

@ -1,19 +0,0 @@
# Maintainer: Kai Uwe Jesussek <kajot@gmx.net>
plugrel=1
pkgname=z2-console-font
pkgver=0.1
pkgrel=1
pkgdesc="A nice Font for the Zipit Z2"
arch=('any')
url="http://wejp.k.vu"
license=('GPL2')
depends=()
source=('5x8.psf.gz')
md5sums=('b577db10cf3ae2b004dbe717d16a9798')
build() {
cd ${srcdir}
install -D -m644 5x8.psf.gz ${pkgdir}/usr/share/kbd/consolefonts/5x8.psf.gz
}

View file

@ -1,14 +0,0 @@
# Maintainer: Kai Uwe Jesussek <kajot@gmx.net>
plugrel=1
pkgname=z2-sdl-profile
pkgver=1.0
pkgrel=1
pkgdesc="profile script for changing SDL configs"
arch=('arm')
license=('GPL')
source=('z2.sh')
md5sums=('0a3395f629009fed584295e6b1b0bba0')
package() {
install -m711 -D ${srcdir}/z2.sh ${pkgdir}/etc/profile.d/z2.sh
}

View file

@ -1,4 +0,0 @@
#!/bin/sh
export SDL_AUDIODRIVER=alsa
export SDL_NOMOUSE=1
export SDL_VIDEO_FBCON_ROTATION="CCW"