summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-08-01 12:58:46 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-08-01 12:58:46 -0700
commit3f6bb90b2adc6cc386fca8dbe94fd6d666cbecbe (patch)
treeb5057f0834e5c9ae0562c914dce390a38387e10f
parentConvert the bug fix mods into patches (diff)
downloadcataclysm-bn-3f6bb90b2adc6cc386fca8dbe94fd6d666cbecbe.tar.xz
Improve patch names
-rw-r--r--0001-vehicle-heater-cooler-intensity-reduced.patch (renamed from emit.diff)0
-rw-r--r--0002-quiverfull-house-correct-stairs.patch (renamed from house_quiverfull.diff)0
-rw-r--r--0003-ankle-ammo-pouch-is-not-a-backpack.patch (renamed from ammo_pouch.diff)0
-rw-r--r--PKGBUILD12
4 files changed, 6 insertions, 6 deletions
diff --git a/emit.diff b/0001-vehicle-heater-cooler-intensity-reduced.patch
index c3d16d5..c3d16d5 100644
--- a/emit.diff
+++ b/0001-vehicle-heater-cooler-intensity-reduced.patch
diff --git a/house_quiverfull.diff b/0002-quiverfull-house-correct-stairs.patch
index ad40706..ad40706 100644
--- a/house_quiverfull.diff
+++ b/0002-quiverfull-house-correct-stairs.patch
diff --git a/ammo_pouch.diff b/0003-ankle-ammo-pouch-is-not-a-backpack.patch
index 85c7833..85c7833 100644
--- a/ammo_pouch.diff
+++ b/0003-ankle-ammo-pouch-is-not-a-backpack.patch
diff --git a/PKGBUILD b/PKGBUILD
index 00b4820..2e2a222 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,9 +27,9 @@ makedepends=('sdl2_image' 'sdl2_ttf' 'sdl2_mixer' 'freetype2' 'astyle')
source=("$pkgname-$_pkgver.tar.gz::https://github.com/CleverRaven/Cataclysm-DDA/archive/$_pkgver.tar.gz"
"cataclysm-dda.desktop"
"cataclysm-dda-tiles.desktop"
- "emit.diff"
- "house_quiverfull.diff"
- "ammo_pouch.diff"
+ "0001-vehicle-heater-cooler-intensity-reduced.patch"
+ "0002-quiverfull-house-correct-stairs.patch"
+ "0003-ankle-ammo-pouch-is-not-a-backpack.patch"
"cataclysm-dda-tileset_undeadpeople-legacy.tar.xz::https://library.iserlohn-fortress.net/cataclysm-dda-tileset_undeadpeople-legacy.git/snapshot/cataclysm-dda-tileset_undeadpeople-legacy-master.tar.xz"
"cataclysm-dda-soundpack_jcsoundpack.tar.xz::https://library.iserlohn-fortress.net/cataclysm-dda-soundpack_jcsoundpack.git/snapshot/cataclysm-dda-soundpack_jcsoundpack-master.tar.xz"
"cataclysm-dda-musicpack_coag-musicpack.tar.xz::https://library.iserlohn-fortress.net/cataclysm-dda-musicpack_coag-musicpack.git/snapshot/cataclysm-dda-musicpack_coag-musicpack-master.tar.xz"
@@ -73,13 +73,13 @@ prepare() {
# Hotfixes
# Fix Vehicle Heater and Cooler to be less severe
- patch -Np1 -i "$srcdir"/emit.diff
+ patch -Np1 -i "$srcdir"/0001-vehicle-heater-cooler-intensity-reduced.patch
# Fix Quiverfull house to have the correct stairs
- patch -Np1 -i "$srcdir"/house_quiverfull.diff
+ patch -Np1 -i "$srcdir"/0002-quiverfull-house-correct-stairs.patch
# Fix Ankle Ammo Pouch to not look like a backpack
- patch -Np1 -i "$srcdir"/ammo_pouch.diff
+ patch -Np1 -i "$srcdir"/0003-ankle-ammo-pouch-is-not-a-backpack.patch
}
build() {