Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
carstene1ns committed Jul 17, 2014
1 parent 5054e3f commit ad69006
Show file tree
Hide file tree
Showing 27 changed files with 11 additions and 32 deletions.
1 change: 0 additions & 1 deletion cegui-0.7/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ build() {
PYTHON="/usr/bin/python2" ./configure --prefix=/usr --sysconfdir=/etc \
--enable-null-renderer --with-gtk2 --disable-samples \
--disable-ogre-renderer --disable-irrlicht-renderer

make
}

Expand Down
3 changes: 0 additions & 3 deletions clanlib-23/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,14 @@ build() {
cd ClanLib-$pkgver

./autogen.sh

# disable legacy gl1 renderer and documentation
./configure --prefix=/usr --disable-clanGL1 --disable-docs

make
}

package() {
cd ClanLib-$pkgver

make DESTDIR="$pkgdir/" install

install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
}
1 change: 0 additions & 1 deletion devkitppc-portlibs-freetype2/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ build() {

source /etc/profile.d/devkitppc.sh
export CFLAGS="-g -O2 -I$DEVKITPRO/portlibs/ppc/include -L$DEVKITPRO/portlibs/ppc/lib"

./configure --prefix="$DEVKITPRO/portlibs/ppc" --host=powerpc-eabi \
--disable-shared --enable-static
make
Expand Down
1 change: 0 additions & 1 deletion devkitppc-portlibs-libpng/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ build() {

source /etc/profile.d/devkitppc.sh
export CFLAGS="-g -O2 -I$DEVKITPRO/portlibs/ppc/include -L$DEVKITPRO/portlibs/ppc/lib"

./configure --prefix="$DEVKITPRO/portlibs/ppc" --host=powerpc-eabi \
--disable-shared --enable-static
make
Expand Down
1 change: 0 additions & 1 deletion dswifi/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ options=(!strip libtool staticlibs)

build() {
source /etc/profile.d/devkitarm.sh

make
}

Expand Down
5 changes: 3 additions & 2 deletions eduke32-shareware-episode/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ prepare() {
}

package() {
# install files
install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/license.txt
# data
install -d "$pkgdir"/usr/share/games/eduke32
install -m644 duke.rts {defs,game,user}.con duke3d.grp "$pkgdir"/usr/share/games/eduke32
# license
install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/license.txt
}
7 changes: 4 additions & 3 deletions fabother-world-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

_pkgbase=fabother-world
pkgname=$_pkgbase-git
pkgver=r57.d15e43e
pkgver=r62.0b0f404
pkgrel=1
pkgdesc='An interpreter for Another World (Out of this world)'
arch=('i686' 'x86_64')
Expand All @@ -16,7 +16,7 @@ install=$_pkgbase.install
source=($_pkgbase::"git+https://github.com/fabiensanglard/Another-World-Bytecode-Interpreter.git"
"$_pkgbase.sh" "$_pkgbase.png" "$_pkgbase.desktop")
sha256sums=('SKIP'
'b1ea95384f14d0229a0f62eca2d2bea56b7c7f5a4e8dffe7ac6f5ddfbdd542d3'
'edc27018901b0d72fdeae797643070dbfa53dc2220d9f96af059b1aff4430aa9'
'b57c493f1ae135ebc2b809211db091957fa0a7b755856ef1637e58cdd7dd216e'
'897a8ae9f3bf64e44dea5981b0d1189ea80e4aedf0b4ab039b7e969c7eb7593f')

Expand All @@ -43,7 +43,8 @@ package() {
# doc
install -Dm644 README "$pkgdir"/usr/share/doc/$_pkgbase/README
install -m644 README.newraw "$pkgdir"/usr/share/doc/$_pkgbase
# .desktop file
tail -n 210 main.cpp > "$pkgdir"/usr/share/doc/$_pkgbase/implementation.txt
# desktop entry
install -Dm644 ../$_pkgbase.png "$pkgdir"/usr/share/pixmaps/$_pkgbase.png
install -Dm644 ../$_pkgbase.desktop "$pkgdir"/usr/share/applications/$_pkgbase.desktop
}
4 changes: 3 additions & 1 deletion fabother-world-git/fabother-world.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

mkdir -p ~/.fabother-world/data

exec /usr/share/fabother-world/fabother-world --datapath=$HOME/.fabother-world/data --savepath=$HOME/.fabother-world "$@"
exec /usr/share/fabother-world/fabother-world \
--datapath=$HOME/.fabother-world/data \
--savepath=$HOME/.fabother-world "$@"
1 change: 0 additions & 1 deletion gngeo-hg/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ build() {
cd $_pkgbase

./configure --prefix=/usr

# force single threaded build
make -j1
}
Expand Down
1 change: 0 additions & 1 deletion gngeo/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ build() {
./configure --prefix=/usr --mandir=/usr/share/man \
CC='gcc -m32' SDL_CONFIG='/usr/bin/sdl-config-32'
fi

# force single threaded build
make -j1
}
Expand Down
1 change: 0 additions & 1 deletion gtkhash-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ build() {
./autogen.sh
./configure --prefix=/usr --disable-schemas-compile --enable-gtkhash \
--enable-linux-crypto --enable-nettle $_pkgoptions

make
}

Expand Down
1 change: 0 additions & 1 deletion gtkhash/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ build() {

./configure --prefix=/usr --disable-schemas-compile --enable-gtkhash \
--enable-linux-crypto --enable-nettle $_pkgoptions

make
}

Expand Down
1 change: 0 additions & 1 deletion lib32-allegro/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ build() {
-DCMAKE_C_FLAGS="$CFLAGS -m32" \
-DCMAKE_CXX_FLAGS="$CXXFLAGS -m32" \
-DWANT_OPENAL=OFF

make
}

Expand Down
1 change: 0 additions & 1 deletion lib32-allegro4/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ build() {
-DLIB_SUFFIX="32" \
-DCMAKE_C_FLAGS="$CFLAGS -m32" \
-DCMAKE_CXX_FLAGS="$CXXFLAGS -m32"

make
}

Expand Down
1 change: 0 additions & 1 deletion lib32-physfs/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ build() {
-DPHYSFS_BUILD_WX_TEST=OFF \
-DPHYSFS_BUILD_STATIC=OFF \
-DLIB_SUFFIX=32

make
}

Expand Down
1 change: 0 additions & 1 deletion libfat-gba/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ options=(!strip staticlibs)

build() {
source /etc/profile.d/devkitarm.sh

make gba-release
}

Expand Down
1 change: 0 additions & 1 deletion libfat-nds/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ options=(!strip staticlibs)

build() {
source /etc/profile.d/devkitarm.sh

make nds-release
}

Expand Down
1 change: 0 additions & 1 deletion libfat-ogc-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ build() {
cd libfat

source /etc/profile.d/devkitppc.sh

make include/libfatversion.h
make ogc-release
}
Expand Down
1 change: 0 additions & 1 deletion libfat-ogc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ sha256sums=('b36c26766f0fe13cd1ef822242dd2de09ba4598cbd1d7ddbb48cdaeea7e621af')

build() {
source /etc/profile.d/devkitppc.sh

make ogc-release
}

Expand Down
1 change: 0 additions & 1 deletion libgba/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ noextract=("gba-examples-$_pkgverexamples.tar.bz2")

build() {
source /etc/profile.d/devkitarm.sh

make
}

Expand Down
1 change: 0 additions & 1 deletion libmirko/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ prepare() {

build() {
source /etc/profile.d/devkitarm.sh

make
}

Expand Down
1 change: 0 additions & 1 deletion libnds/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ noextract=("nds-examples-$_pkgverexamples.tar.bz2")

build() {
source /etc/profile.d/devkitarm.sh

make
}

Expand Down
2 changes: 1 addition & 1 deletion libogc-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ pkgver() {

build() {
cd libogc
source /etc/profile.d/devkitppc.sh

source /etc/profile.d/devkitppc.sh
make
}

Expand Down
1 change: 0 additions & 1 deletion libogc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ sha256sums=('fecfcec4a4f3d3c1c459f8fa314a6fd00e920d69968c7c1a67f7894f14ca2d4e'

build() {
source /etc/profile.d/devkitppc.sh

make
}

Expand Down
1 change: 0 additions & 1 deletion libtorrent-rasterbar-svn/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ build() {
cd $_pkgbase

export PYTHON="/usr/bin/python2"

./autotool.sh
./configure --prefix=/usr --enable-python-binding --with-libgeoip=system
make
Expand Down
1 change: 0 additions & 1 deletion methane/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ build() {

# remove leftover build dir
rm -rf build

make
}

Expand Down
1 change: 0 additions & 1 deletion wiiload/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ build() {
cd $pkgname-$pkgver

./configure --prefix=/usr

make
}

Expand Down

0 comments on commit ad69006

Please sign in to comment.