summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarodseth2012-05-03 15:59:39 +0000
committerarodseth2012-05-03 15:59:39 +0000
commitb365aa1d386768b3154d4823b5f6716b936af0ec (patch)
tree5082bae9b0d882190fb028fa30749b4fc13cc05b
parent7c88f847a10072c0b56acc6db36c8d2f84e6398e (diff)
downloadaur-b365aa1d386768b3154d4823b5f6716b936af0ec.tar.gz
Changed the wrapperscript from wings3d to wings3d.sh during build
git-svn-id: file:///srv/repos/svn-community/svn@70278 9fca08f4-af9d-4005-b8df-a31f2cc04f65
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
-rw-r--r--wings3d.sh (renamed from wings3d)0
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcd577601b8c..1bf655db08d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,7 @@ pkgbase = wings3d
replaces = wings
replaces = wings-devel
source = wings3d-1.4.1.tar.gz::https://nodeload.github.com/dgud/wings/tarball/dgud/r15b-driver-compat
- source = wings3d
+ source = wings3d.sh
source = wings3d.png::http://img299.imageshack.us/img299/2538/wingsiconblackshiningew5.png
sha256sums = cbe917601b31b7d469c2f9ed0de1b016be86f14f9e757860990d9489a84585dd
sha256sums = 46513cd05f8b6e778120af4a87b239c5250799c17b591592893d98cbf082359e
diff --git a/PKGBUILD b/PKGBUILD
index 6d720bf0eb2b..d50629e6f16e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ optdepends=('povray: rendering support via POV-Ray')
replaces=('wings' 'wings-devel')
install=$pkgname.install
source=("$pkgname-$pkgver.tar.gz::https://nodeload.github.com/dgud/wings/tarball/dgud/r15b-driver-compat"
- "$pkgname"
+ "$pkgname.sh"
"$pkgname.png::http://img299.imageshack.us/img299/2538/wingsiconblackshiningew5.png")
sha256sums=('cbe917601b31b7d469c2f9ed0de1b016be86f14f9e757860990d9489a84585dd'
'46513cd05f8b6e778120af4a87b239c5250799c17b591592893d98cbf082359e'
@@ -47,7 +47,7 @@ package() {
install -Dm644 license.terms "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
cd "$srcdir"
- install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+ install -Dm755 "$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
install -Dm644 "$pkgname.desktop" \
"$pkgdir/usr/share/applications/$pkgname.desktop"
diff --git a/wings3d b/wings3d.sh
index c0fd3b2fbe3a..c0fd3b2fbe3a 100644
--- a/wings3d
+++ b/wings3d.sh