Skip to content

Commit

Permalink
updated on Sat Oct 25 00:00:25 UTC 2014
Browse files Browse the repository at this point in the history
  • Loading branch information
keenerd committed Oct 25, 2014
1 parent 53bec7e commit 4a6efb6
Show file tree
Hide file tree
Showing 396 changed files with 27,788 additions and 1,468 deletions.
21 changes: 21 additions & 0 deletions 3dcinema/.AURINFO
@@ -0,0 +1,21 @@
pkgbase = 3dcinema
pkgdesc = 3D Cinema (webui for peerflix)
pkgver = 1.3
pkgrel = 1
url = https://github.com/nemanjan00/3dcinema
install = post_install.install
arch = any
license = Apache License
depends = peerflix
depends = screen
depends = php
depends = apache
source = https://github.com/nemanjan00/3dcinema/releases/download/v1.3/v1.3.zip
source = httpd-3dcinema.conf
source = post_install.install
md5sums = bd4ea3e6b115a8fc1ea3931c58cde691
md5sums = 9578ec4f37b1229b105bc270db665605
md5sums = 26e01c54e8331e43740840a24ad16103

pkgname = 3dcinema

25 changes: 25 additions & 0 deletions 3dcinema/PKGBUILD
@@ -0,0 +1,25 @@
# Maintainer: nemanjan00
pkgname=3dcinema
pkgver=1.3
pkgrel=1
pkgdesc="3D Cinema (webui for peerflix)"
arch=('any')
url="https://github.com/nemanjan00/3dcinema"
license=('Apache License')
depends=('peerflix' 'screen' 'php' 'apache')
source=('https://github.com/nemanjan00/3dcinema/releases/download/v1.3/v1.3.zip' 'httpd-3dcinema.conf' 'post_install.install')
install='post_install.install'

package() {
cd $srcdir

mkdir -p $pkgdir/usr/share/webapps/
mv public $pkgdir/usr/share/webapps/3dcinema

mkdir -p $pkgdir/etc/httpd/conf/extra
cp httpd-3dcinema.conf /$pkgdir/etc/httpd/conf/extra/

echo
}

md5sums=('bd4ea3e6b115a8fc1ea3931c58cde691' '9578ec4f37b1229b105bc270db665605' '26e01c54e8331e43740840a24ad16103')
8 changes: 8 additions & 0 deletions 3dcinema/httpd-3dcinema.conf
@@ -0,0 +1,8 @@
Alias /3dcinema "/usr/share/webapps/3dcinema"
<Directory "/usr/share/webapps/3dcinema">
DirectoryIndex index.html index.php
AllowOverride All
Options FollowSymlinks
Require all granted
</Directory>

5 changes: 5 additions & 0 deletions 3dcinema/post_install.install
@@ -0,0 +1,5 @@
post_install() {
echo To activate it add this line to /etc/httpd/conf/httpd.conf:
echo Include conf/extra/httpd-3dcinema.conf
echo Execute sudo systemctl restart httpd
}
4 changes: 2 additions & 2 deletions acousticbrainz-client-git/.AURINFO
@@ -1,13 +1,13 @@
pkgbase = acousticbrainz-client-git
pkgdesc = client to upload data to an acousticbrainz server
pkgver = r36.58014e9
pkgver = r49.e5017ec
pkgrel = 1
url = http://acousticbrainz.org/
arch = any
license = GPL3
makedepends = git
depends = essentia-acousticbrainz
depends = python2-requests
depends = python-requests
source = git+https://github.com/MTG/acousticbrainz-client.git
md5sums = SKIP

Expand Down
6 changes: 3 additions & 3 deletions acousticbrainz-client-git/PKGBUILD
@@ -1,14 +1,14 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=acousticbrainz-client-git
_pkgname=acousticbrainz-client
_python=python2
pkgver=r36.58014e9
_python=python
pkgver=r49.e5017ec
pkgrel=1
pkgdesc="client to upload data to an acousticbrainz server"
arch=('any')
url="http://acousticbrainz.org/"
license=('GPL3')
depends=('essentia-acousticbrainz' 'python2-requests')
depends=('essentia-acousticbrainz' 'python-requests')
makedepends=('git')
provides=()
conflicts=()
Expand Down
4 changes: 3 additions & 1 deletion alrd-buildimg-git/.AURINFO
@@ -1,16 +1,18 @@
pkgbase = alrd-buildimg-git
pkgdesc = A script that builds the Arch Linux Rescue Disk ISO images.
pkgver = 0.92.6
pkgrel = 1
pkgrel = 2
url = https://github.com/Gen2ly/alrd-buildimg
install =
arch = any
license = GPL2
makedepends = git
depends = pkgcacheclean
depends = trizen
depends = squashfs-tools
depends = systemd
source = git://github.com/Gen2ly/alrd-buildimg
md5sums = SKIP

pkgname = alrd-buildimg-git

6 changes: 3 additions & 3 deletions alrd-buildimg-git/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Gently <toddrpartridge@gmail.com>
# Maintainer: Todd Partridge <http://https://github.com/Gen2ly/archpkgs>

pkgname=alrd-buildimg-git
_pkgname=${pkgname%-*}
pkgver=0.92.6
pkgrel=1
pkgrel=2
pkgdesc="A script that builds the Arch Linux Rescue Disk ISO images."
arch=("any")
url="https://github.com/Gen2ly/$_pkgname"
license=("GPL2")
depends=("pkgcacheclean" "trizen" "systemd")
depends=("pkgcacheclean" "trizen" "squashfs-tools" "systemd")
makedepends=("git")
conflicts=("")
install=
Expand Down
21 changes: 9 additions & 12 deletions android-ndk/.AURINFO
@@ -1,7 +1,7 @@
pkgbase = android-ndk
pkgdesc = Android C/C++ developer kit
pkgver = r10b
pkgrel = 2
pkgver = r10c
pkgrel = 1
url = http://developer.android.com/sdk/ndk/
install = android-ndk.install
arch = x86_64
Expand All @@ -10,19 +10,16 @@ pkgbase = android-ndk
license = LGPL
license = custom
depends = android-sdk
source = android-ndk32-.tbz2::http://dl.google.com/android/ndk/android-ndk32-r10b-linux-x86.tar.bz2
source = android-ndk64-.tbz2::http://dl.google.com/android/ndk/android-ndk64-r10b-linux-x86.tar.bz2
noextract = android-ndk32-.tbz2
noextract = android-ndk64-.tbz2
options = !strip
options = staticlibs
backup = etc/profile.d/android-ndk.sh
source = android-ndk_.bin::http://dl.google.com/android/ndk/android-ndk-r10c-linux-x86.bin
source = android-ndk.sh
md5sums = d1595d9ca5e15484e047f1ac326c4ceb
md5sums = 372f74400bfa061642c4b4175f2ddb48

pkgname = android-ndk32
pkgname = android-ndk
provides = android-ndk
replaces = android-ndk

pkgname = android-ndk64
provides = android-ndk
replaces = android-ndk
replaces = android-ndk32
replaces = android-ndk64

49 changes: 13 additions & 36 deletions android-ndk/PKGBUILD
@@ -1,58 +1,35 @@
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Daniel Micay <danielmicay@gmail.com>

pkgbase=android-ndk
pkgname=('android-ndk32' 'android-ndk64')
pkgver=r10b
pkgrel=2
pkgname=android-ndk
pkgver=r10c
pkgrel=1
pkgdesc='Android C/C++ developer kit'
arch=('x86_64' 'i686')
url='http://developer.android.com/sdk/ndk/'
license=('GPL' 'LGPL' 'custom')
depends=('android-sdk')
options=('!strip' 'staticlibs')
backup=('etc/profile.d/android-ndk.sh')
install="$pkgbase.install"
install="$pkgname.install"

noextract=("${pkgbase}32-$CARCH.tbz2"
"${pkgbase}64-$CARCH.tbz2")

if [[ $CARCH == x86_64 ]]; then
source=("${pkgbase}32-$CARCH.tbz2::http://dl.google.com/android/ndk/${pkgbase}32-$pkgver-linux-x86_64.tar.bz2"
"${pkgbase}64-$CARCH.tbz2::http://dl.google.com/android/ndk/${pkgbase}64-$pkgver-linux-x86_64.tar.bz2")
sha256sums=('f309365a809f61ab012dd3560dff1ecdad8a3652b316938a6f9943cba42bda95'
'32452087a846e73ef3007903e1368edc21847720566b34ae113e454ae259bd8b')
if [[ $CARCH != x86_64 ]]; then
source=("${pkgname}_$CARCH.bin::http://dl.google.com/android/ndk/${pkgname}-$pkgver-linux-x86.bin" 'android-ndk.sh')
md5sums=('d1595d9ca5e15484e047f1ac326c4ceb' '372f74400bfa061642c4b4175f2ddb48')
else
source=("${pkgbase}32-$CARCH.tbz2::http://dl.google.com/android/ndk/${pkgbase}32-$pkgver-linux-x86.tar.bz2"
"${pkgbase}64-$CARCH.tbz2::http://dl.google.com/android/ndk/${pkgbase}64-$pkgver-linux-x86.tar.bz2")
sha256sums=('e4766586d0f65452317e662758eb7d070c55ad4092e1e82ab1717a1114a1c430'
'f56782b70ceff53749b9e63f0384e4e0ad04a46a2d7cd64c3b27c7493d2f64dc')
source=("${pkgname}_$CARCH.bin::http://dl.google.com/android/ndk/${pkgname}-$pkgver-linux-x86_64.bin" 'android-ndk.sh')
md5sums=('792c61706cd9ec6713fa1b69b2f42996' '372f74400bfa061642c4b4175f2ddb48')
fi

package_android-ndk32() {
package() {
provides=('android-ndk')
replaces=('android-ndk')
replaces=('android-ndk32' 'android-ndk64')

install -d "$pkgdir/opt"
tar kaxf "$pkgname-$CARCH.tbz2" -C "$pkgdir/opt"
mv "$pkgdir/opt/$pkgbase-$pkgver" "$pkgdir/opt/$pkgname"
cp -r "$pkgname-$pkgver" "$pkgdir/opt/$pkgname"

# Fix broken permissions
chmod -R o=g "$pkgdir/opt/$pkgname"
find "$pkgdir/opt/$pkgname" -perm 744 -exec chmod 755 {} +
}

package_android-ndk64() {
provides=('android-ndk')
replaces=('android-ndk')

install -d "$pkgdir/opt"
tar kaxf "$pkgname-$CARCH.tbz2" -C "$pkgdir/opt"
mv "$pkgdir/opt/$pkgbase-$pkgver" "$pkgdir/opt/$pkgname"
install -Dm755 android-ndk.sh "$pkgdir/etc/profile.d/android-ndk.sh"

# Fix for gdbserver
ln -s "/opt/$pkgname/prebuilt/android-arm64" "$pkgdir/opt/$pkgname/prebuilt/android-arm"

# Fix broken permissions
chmod -R o=g "$pkgdir/opt/$pkgname"
find "$pkgdir/opt/$pkgname" -perm 744 -exec chmod 755 {} +
Expand Down
35 changes: 0 additions & 35 deletions android-ndk/android-ndk.install
@@ -1,39 +1,4 @@
create_symlink() {
if [ -f /opt/android-ndk ]; then
# /opt/android-ndk already exists
return
fi
if [ -f /opt/android-ndk32 ]; then
# It's likely only android-ndk32 that will need this symlink
# for backward compatibility.
ln -s /opt/android-ndk32 /opt/android-ndk
fi
}

create_profile_script() {
if [ -f /etc/profile.d/android-ndk.sh ]; then
# /etc/profile.d/android-ndk.sh already exists
return
fi
if [ -f /opt/android-ndk32 ]; then
# Create a script for android-ndk32
echo 'export PATH=$PATH:/opt/android-ndk32' > /etc/profile.d/android-ndk.sh
echo 'export ANDROID_NDK=/opt/android-ndk32' >> /etc/profile.d/android-ndk.sh
else
# Create a script for android-ndk64
echo 'export PATH=$PATH:/opt/android-ndk64' > /etc/profile.d/android-ndk.sh
echo 'export ANDROID_NDK=/opt/android-ndk64' >> /etc/profile.d/android-ndk.sh
fi
}

post_upgrade() {
create_symlink
create_profile_script
}

post_install() {
create_symlink
create_profile_script
echo 'Source /etc/profile or relogin to add the Android NDK tools to your path.'
}

Expand Down
2 changes: 2 additions & 0 deletions android-ndk/android-ndk.sh
@@ -0,0 +1,2 @@
export PATH=$PATH:/opt/android-ndk
export ANDROID_NDK=/opt/android-ndk
6 changes: 3 additions & 3 deletions android-studio/.AURINFO
@@ -1,6 +1,6 @@
pkgbase = android-studio
pkgdesc = A new Android development environment based on IntelliJ IDEA.
pkgver = 0.8.13
pkgver = 0.8.14
pkgrel = 1
url = http://developer.android.com/sdk/installing/studio.html
install = android-studio.install
Expand All @@ -21,9 +21,9 @@ pkgbase = android-studio
conflicts = android-studio-dev
conflicts = android-studio-canary
options = !strip
source = https://dl.google.com/dl/android/studio/ide-zips/0.8.13/android-studio-ide-135.1525417-linux.zip
source = https://dl.google.com/dl/android/studio/ide-zips/0.8.14/android-studio-ide-135.1538390-linux.zip
source = android-studio.desktop
sha512sums = c6a0b25e80c9dd9b94cb8bb5c4a6fce681e620b3c7720863c6a56a9205943da297aeec2a7218bf35382d2fc3d47bdb40f09caf57e2b7778b23c700d3dbb08473
sha512sums = 47d34fd9636d2e8a5555f6412f9b7dbd7ca226f2d7ea5367b501661b857e49ec4a67cc46b99b689f5fd81c097e30a5f26aaf39e3775636c682575f7da06d1742
sha512sums = fa3567f328af45d265c4fabf3e41b55d8e8cccfa9675e745f07dd6ae41950dd53a2ef41ef1caee86643f5c2ddf7a7681ee17155e208a7b6fdae6c0537dfc0c94

pkgname = android-studio
Expand Down
6 changes: 3 additions & 3 deletions android-studio/PKGBUILD
Expand Up @@ -5,9 +5,9 @@
# Contributor: Lubomir 'Kuci' Kucera <kuci24-at-gmail-dot-com>

pkgname=android-studio
pkgver=0.8.13
pkgver=0.8.14
pkgrel=1
_build=135.1525417
_build=135.1538390
pkgdesc="A new Android development environment based on IntelliJ IDEA."
arch=('i686' 'x86_64')
url="http://developer.android.com/sdk/installing/studio.html"
Expand All @@ -20,7 +20,7 @@ options=('!strip')
install=$pkgname.install
source=("https://dl.google.com/dl/android/studio/ide-zips/$pkgver/android-studio-ide-$_build-linux.zip"
"$pkgname.desktop")
sha512sums=('c6a0b25e80c9dd9b94cb8bb5c4a6fce681e620b3c7720863c6a56a9205943da297aeec2a7218bf35382d2fc3d47bdb40f09caf57e2b7778b23c700d3dbb08473'
sha512sums=('47d34fd9636d2e8a5555f6412f9b7dbd7ca226f2d7ea5367b501661b857e49ec4a67cc46b99b689f5fd81c097e30a5f26aaf39e3775636c682575f7da06d1742'
'fa3567f328af45d265c4fabf3e41b55d8e8cccfa9675e745f07dd6ae41950dd53a2ef41ef1caee86643f5c2ddf7a7681ee17155e208a7b6fdae6c0537dfc0c94')

if [[ $CARCH == "x86_64" ]]; then
Expand Down
4 changes: 2 additions & 2 deletions archon/.AURINFO
@@ -1,7 +1,7 @@
pkgbase = archon
pkgdesc = Execute Android APKs
pkgver = 1.2
pkgrel = 2
pkgrel = 3
url = https://bitbucket.org/vladikoff/archon
install = archon.install
arch = i686
Expand All @@ -21,7 +21,7 @@ pkgbase = archon
sha512sums = SKIP
sha512sums = 16c8aa6c9b27d3727f70d6326c736eccefe630bc3bf7a95ba11ea60acd5078d20fc9fe0991db50a4c4c97225d05cbc1c63267a1ba552aebe66b6f04f9ec70012
sha512sums = 7b47e1f0253a375c510205572e1de17fe2de23f214b5a6dfa7467cda3e85be0bcf33bfea86c7b00f7096dddebe6e4bc49db31c04d0aaad474931d8623a9e1b9f
sha512sums = 87f96a3c5795feca067fc1e629270187ee6ad362d9b73ad495875674bd9461cde328a9e6177bd2adae608c1cc48f4c59b8dd085c53f9f27da28de506e294fc6c
sha512sums = 806bc6e3c805218c05cecd9904fb4e2dd337884f7c4901bc891fa1a7c6ee997c8eafe065c658eeaeaf6c60a63ac21f3c3cd5ffc012c32012680811adc86f1a71

pkgname = archon

4 changes: 2 additions & 2 deletions archon/PKGBUILD
Expand Up @@ -2,7 +2,7 @@

pkgname=archon
pkgver=1.2
pkgrel=2
pkgrel=3
pkgdesc="Execute Android APKs"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url="https://bitbucket.org/vladikoff/archon"
Expand All @@ -17,7 +17,7 @@ source=("git+${url}.git"
sha512sums=('SKIP'
'16c8aa6c9b27d3727f70d6326c736eccefe630bc3bf7a95ba11ea60acd5078d20fc9fe0991db50a4c4c97225d05cbc1c63267a1ba552aebe66b6f04f9ec70012'
'7b47e1f0253a375c510205572e1de17fe2de23f214b5a6dfa7467cda3e85be0bcf33bfea86c7b00f7096dddebe6e4bc49db31c04d0aaad474931d8623a9e1b9f'
'87f96a3c5795feca067fc1e629270187ee6ad362d9b73ad495875674bd9461cde328a9e6177bd2adae608c1cc48f4c59b8dd085c53f9f27da28de506e294fc6c')
'806bc6e3c805218c05cecd9904fb4e2dd337884f7c4901bc891fa1a7c6ee997c8eafe065c658eeaeaf6c60a63ac21f3c3cd5ffc012c32012680811adc86f1a71')

prepare() {
cd $pkgname
Expand Down
11 changes: 10 additions & 1 deletion archon/archon.sh
Expand Up @@ -15,6 +15,15 @@ if [ ! -d "${ARCHON_TMPDIR}/${SUM}" ]; then
ln -s $(readlink -f "$1") "${ARCHON_TMPDIR}/${SUM}/${1}"
pushd "${ARCHON_TMPDIR}/${SUM}" >/dev/null 2>&1
chromeos-apk --archon --tablet "$1" >chromeos-apk.log

# Fix 'There is no "message" element for key extName' Error
if [[ $(grep -r appNotSupported) ]]; then
APKDIR=$(ls -1 --group-directories-first | head -n 1)
EXTNAME=$(cat ${APKDIR}/manifest.json | grep '"name":' | head -n 1 | sed 's|[^"]*"name"[^"]*"||;s|".*||')
for msgfile in $(find ${APKDIR}/_locales -type f -name 'messages.json'); do
echo -e '{\n "extName": {\n "description": "'$EXTNAME'",\n "message": ""\n }\n}' > "$msgfile"
done
fi
popd >/dev/null 2>&1
fi

Expand All @@ -32,5 +41,5 @@ $EXE --load-and-launch-app="${ARCHON_TMPDIR}/${SUM}/${APPDIR}" > "${ARCHON_TMPDI
sleep 1

# Cleanup the non-functional XDG desktop file created by Chromium
rm ${HOME}/.local/share/applications/chrome-*-${APPDIR}.desktop
rm -f ${HOME}/.local/share/applications/chrome-*-${APPDIR}.desktop

0 comments on commit 4a6efb6

Please sign in to comment.