summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortx00100xt2023-07-15 14:10:48 +0300
committertx00100xt2023-07-15 14:10:48 +0300
commitaa676baa24a5404fbe914ec85a84f258b21332e2 (patch)
tree81d857ee2210c665006223210a962eaf2b06df78
parenta1677dba67a78ef236cdf3bf447f7105804e14dc (diff)
downloadaur-aa676baa24a5404fbe914ec85a84f258b21332e2.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 01a103634c2d..5c7e7d3814a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = serioussam-vk
pkgdesc = Serious Sam Classic native Linux version with Vulkan support.
pkgver = 1.10.5
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/tx00100xt/SeriousSamClassic-VK
+ install = serioussam.install
arch = i686
arch = x86_64
license = GPL2
@@ -15,8 +16,20 @@ pkgbase = serioussam-vk
depends = bash
depends = vulkan-icd-loader
depends = vulkan-validation-layers
+ conflicts = serioussam
source = https://github.com/tx00100xt/SeriousSamClassic-VK/archive/refs/tags/v1.10.5.tar.gz
- sha512sums = 6f52b21a9f8cd93bb5c51500d0100fa71fdb02c310c2ed667d191009c3c4af09c3dcbff073c6be19d484d13c20694e860ee91db4a19b5b62d8896fa438aa3964
+ 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 = e4fb2c46b238bc9984c6d5ec31f2aed0f571cca724795bc333ad1ab92d80a8f7
+ sha256sums = 1e36d7b0d11f68729aa5c79ac9a44157d4af0bf61060040ab92a37d96ca89aba
+ sha256sums = 49680c65d26b264a1d7735c6310fcc5d0ac0e0e56273d3bccf539c0c87d31b2b
+ sha256sums = 1fd56e04072372e1e8dab0bae40da1519d82a28895cbe5661b18561ee9ea47b4
+ sha256sums = 244101d02598010e4c45e57f26e0842d4cff058e3cde5e59062b9d36b5ffaca0
+ sha256sums = 21100e7993892d5ac7b4d44b87cf29d47afac5bfbc0e39c2777a3e0dc813dbd2
+ sha256sums = 36b0c4da5133ef5dcdcfd21767c84f7b3e9711413549b565957a734e549ee300
pkgname = serioussam-vk
-
diff --git a/PKGBUILD b/PKGBUILD
index 8854e091329b..5203197a65cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=serioussam-vk
pkginstdir=serioussam
pkgver=1.10.5
_srcname="SeriousSamClassic-VK-$pkgver"
-pkgrel=4
+pkgrel=5
pkgdesc="Serious Sam Classic native Linux version with Vulkan support."
arch=('i686' 'x86_64')
url="https://github.com/tx00100xt/SeriousSamClassic-VK"
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 ""
+}