makedeb
!!!UNFINISHED!!! The Legend of Zelda: A Link to the Dream - Remake of The Legend of Zelda: Link's Awakening !!!UNFINISHED!!!
Click here to go back to the commit logs for zelda-alttd-alpha-git.
Hash: fea6aaf2a56e7b12173da4f3ef999dd37fe50f76
Message: minor refactor
diff --git a/.SRCINFO b/.SRCINFO
index afe03e1..c868f55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb
pkgname = zelda-alttd-git
pkgbase = zelda-alttd-git
pkgdesc = The Legend of Zelda: A Link to the Dream - Remake of The Legend of Zelda: Link's Awakening (Git version)
-pkgrel = 4
+pkgrel = 5
pkgver = 1.f96b5ea
url = https://www.solarus-games.org/en/games/the-legend-of-zelda-a-link-to-the-dream
arch = all
@@ -13,10 +13,8 @@ makedepends = git
makedepends = zip
source = zelda-alttd-git::git+https://gitlab.com/zeldaforce/zelda-alttd.git
source = alttd-english::git+https://gitlab.com/grawprog/alttd-english.git
-source = https://gitlab.com/zeldaforce/zelda-alttd/-/raw/dev/data/logos/icon_128.png
b2sums = SKIP
b2sums = SKIP
-b2sums = fe4bf6ce0dbe1c25d943d0dcf5f60d23fee7d168914ced3ca670871ef56911034c9ee471001dd5236593e30a6418dc24d67ade372ad13ff377f939ab5291b4f4
makedepends = cmake
makedepends = git
makedepends = zip
diff --git a/.gitignore b/.gitignore
index 17db327..4571bed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,5 @@
alttd-english/
error.txt
-icon_128.png
pkg
src
-zelda-alttd-git/
-zelda-alttd-git_*
+zelda-alttd-git*
diff --git a/PKGBUILD b/PKGBUILD
index 45f39b0..bb6857d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=zelda-alttd-git
_name="The Legend of Zelda: A Link to the Dream"
pkgver=1.f96b5ea
-pkgrel=4
+pkgrel=5
pkgdesc="The Legend of Zelda: A Link to the Dream - Remake of The Legend of Zelda: Link's Awakening (Git version)"
arch=('all')
url='https://www.solarus-games.org/en/games/the-legend-of-zelda-a-link-to-the-dream'
@@ -12,11 +12,9 @@ license=('custom')
depends=('solarus>=1.6.0')
makedepends=('cmake' 'git' 'zip')
source=("$pkgname::git+https://gitlab.com/zeldaforce/zelda-alttd.git"
- "alttd-english::git+https://gitlab.com/grawprog/alttd-english.git"
- "https://gitlab.com/zeldaforce/zelda-alttd/-/raw/dev/data/logos/icon_128.png")
+ "alttd-english::git+https://gitlab.com/grawprog/alttd-english.git")
b2sums=('SKIP'
- 'SKIP'
- 'fe4bf6ce0dbe1c25d943d0dcf5f60d23fee7d168914ced3ca670871ef56911034c9ee471001dd5236593e30a6418dc24d67ade372ad13ff377f939ab5291b4f4')
+ 'SKIP')
pkgver() {
cd "$pkgname"
@@ -51,9 +49,9 @@ Categories=Game;ActionGame;"
install -m644 -d "$pkgdir/usr/share/applications"
echo "$_DESKTOPFILE" > "$pkgdir/usr/share/applications/$pkgname.desktop"
- install -Dm644 "icon_128.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
- install -Dm644 $srcdir/$pkgname/ChangeLog "${pkgdir}/usr/share/doc/${pkgname}/changelog"
- install -Dm644 $srcdir/$pkgname/readme.md "${pkgdir}/usr/share/doc/${pkgname}/readme"
+ install -Dm644 "$srcdir/$pkgname/data/logos/icon_128.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
+ install -Dm644 "$srcdir/$pkgname/ChangeLog" "${pkgdir}/usr/share/doc/${pkgname}/changelog"
+ install -Dm644 "$srcdir/$pkgname/readme.md" "${pkgdir}/usr/share/doc/${pkgname}/readme"
gzip "${pkgdir}/usr/share/doc/${pkgname}/changelog"
cd "$pkgname"