summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortx00100xt2023-07-15 14:06:07 +0300
committertx00100xt2023-07-15 14:06:07 +0300
commit2ae6cb11029846fb764705eda3132673d5d75499 (patch)
treea15d5aa5c1d1cdfd80aadd90e70d01c673b57aa3
parentfb73ac5fa5c4af6041159f985d2ee861f05ba78b (diff)
downloadaur-2ae6cb11029846fb764705eda3132673d5d75499.tar.gz
Update .SRCINFO
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD2
-rw-r--r--serioussam.install41
3 files changed, 58 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c5dc06c1b8f..68e9dda1b95a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = serioussam
pkgdesc = Serious Sam Classic native Linux version.
pkgver = 1.10.5
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/tx00100xt/SeriousSamClassic
+ install = serioussam.install
arch = i686
arch = x86_64
license = GPL2
@@ -12,8 +13,20 @@ pkgbase = serioussam
depends = sdl2
depends = python
depends = bash
+ conflicts = serioussam-vk
source = https://github.com/tx00100xt/SeriousSamClassic/archive/refs/tags/v1.10.5.tar.gz
- sha512sums = 757f76925b2db1c4133264c12451ec9a634394d407c896ba812f7706b9628a4574f91ebda3b8fef12536d94c592c44798f78b0180c765695b906c037d46e611f
+ source = serioussam-tfe.desktop
+ source = serioussam-tse.desktop
+ source = serioussam.xpm
+ source = 0001-remove_SE1_10b_depend.patch
+ source = 0002-Fixed_Platform_definition.patch
+ source = 0003-Fix-load-some-incorrect-custom-maps.patch
+ sha256sums = ecd850cabd144b29bcec97de4ad8a1ffc14144432744de9bf39fe1d00385daf6
+ sha256sums = 1e36d7b0d11f68729aa5c79ac9a44157d4af0bf61060040ab92a37d96ca89aba
+ sha256sums = 49680c65d26b264a1d7735c6310fcc5d0ac0e0e56273d3bccf539c0c87d31b2b
+ sha256sums = 1fd56e04072372e1e8dab0bae40da1519d82a28895cbe5661b18561ee9ea47b4
+ sha256sums = 244101d02598010e4c45e57f26e0842d4cff058e3cde5e59062b9d36b5ffaca0
+ sha256sums = 21100e7993892d5ac7b4d44b87cf29d47afac5bfbc0e39c2777a3e0dc813dbd2
+ sha256sums = 36b0c4da5133ef5dcdcfd21767c84f7b3e9711413549b565957a734e549ee300
pkgname = serioussam
-
diff --git a/PKGBUILD b/PKGBUILD
index 2f9d57cbd00c..028560728308 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=serioussam
pkginstdir=serioussam
pkgver=1.10.5
_srcname="SeriousSamClassic-$pkgver"
-pkgrel=4
+pkgrel=5
pkgdesc="Serious Sam Classic native Linux version."
arch=('i686' 'x86_64')
url="https://github.com/tx00100xt/SeriousSamClassic"
diff --git a/serioussam.install b/serioussam.install
index 09596765971c..a1a077274a5b 100644
--- a/serioussam.install
+++ b/serioussam.install
@@ -39,3 +39,44 @@ post_install() {
echo " ***************************************************************************************"
echo ""
}
+post_upgrade() {
+ echo ""
+ echo " ***************************************************************************************"
+ echo " If you have access to a copy of the game (either by CD or through Steam),"
+ echo " you can copy the *.gro files to the /usr/share/serioussam directory."
+ echo " for the game Serious Sam Classic The First Encounter and copy the *.gro files "
+ echo " to the /usr/share/serioussamse directory. for Second Encounter"
+ echo " ***************************************************************************************"
+ echo " Copy all *.gro files and Help folder from the game directory to serioussam directory."
+ echo " At the current time the files are:"
+ echo " - Help (folder)"
+ echo " - Levels (folder)"
+ echo " - 1_00_ExtraTools.gro"
+ echo " - 1_00_music.gro"
+ echo " - 1_00c.gro"
+ echo " - 1_00c_scripts.gro"
+ echo " - 1_04_patch.gro"
+ echo " ***************************************************************************************"
+ echo " Copy all *.gro files and Help folder from the game directory to serioussamse directory."
+ echo " At the current time the files are:"
+ echo " - Help (folder)"
+ echo " - SE1_00.gro"
+ echo " - SE1_00_Extra.gro"
+ echo " - SE1_00_ExtraTools.gro"
+ echo " - SE1_00_Levels.gro"
+ echo " - SE1_00.gro"
+ echo " - SE1_00_Music.gro"
+ echo " - 1_04_patch.gro"
+ echo " - 1_07_patch.gro"
+ echo " ***************************************************************************************"
+ echo " Note:"
+ echo " If you want a clean game with no mods, you can just install package serioussam or"
+ echo " serioussam-vk. The game data can be placed anywhere in your home directory. At the"
+ echo " first start, the game will scan the home directory, and if, for example, you have the"
+ echo " Steam version of the game installed, the game itself will find the data and write the"
+ echo " path to it in the configuration file. Copying data to /usr/share is not required."
+ echo " Just don't forget to place the SE1_10b.gro file where the game data is located."
+ echo " For the First Encounter and for the Second Encounter too."
+ echo " ***************************************************************************************"
+ echo ""
+}