Package Details: gog-stardew-valley 1:1.5.6-2

Git Clone URL: https://aur.archlinux.org/gog-stardew-valley.git (read-only, click to copy)
Package Base: gog-stardew-valley
Description: You’ve inherited your grandfather’s old farm plot in Stardew Valley. Armed with hand-me-down tools and a few coins, you set out to begin your new life.
Upstream URL: http://stardewvalley.net/
Licenses: custom
Submitter: 0x647262
Maintainer: pypi
Last Packager: pypi
Votes: 5
Popularity: 0.000000
First Submitted: 2017-01-28 02:28 (UTC)
Last Updated: 2022-11-20 09:01 (UTC)

Pinned Comments

pypi commented on 2023-02-06 20:31 (UTC)

This package needs a copy of the installer to work.

Latest Comments

1 2 3 Next › Last »

pypi commented on 2023-02-06 20:31 (UTC)

This package needs a copy of the installer to work.

pypi commented on 2022-11-20 09:02 (UTC)

Looks like the current build doesn't support openssl-3. I've added a dependency on openssl-1.1 and that seems to work on my machine.

toynbeeidea commented on 2022-11-20 03:44 (UTC) (edited on 2022-11-20 03:45 (UTC) by toynbeeidea)

Doesn't work at all - It tried to chmod a ton of dll files, and fails due to lakc of perms (GOOD). Then:

chmod: changing permissions of 'WindowsBase.dll': Operation not permitted
chmod: changing permissions of 'xTile.deps.json': Operation not permitted
chmod: changing permissions of 'xTile.dll': Operation not permitted
chmod: changing permissions of 'xTile.pdb': Operation not permitted
./StardewValley: line 7: sw_vers: command not found
NoFpsCap: This feature is not available
setGameMode( 'titleScreenGameMode (0)' )
loadPreferences(); begin - languageCode=
No usable version of libssl was found
./StardewValley: line 27: 23560 Aborted                 (core dumped) ./"Stardew Valley" $@

d6EJVpOE commented on 2022-04-03 21:13 (UTC) (edited on 2022-04-03 21:14 (UTC) by d6EJVpOE)

It appears that the static libs are needed but removed by makepkg by default. This works for me:

diff --git a/PKGBUILD b/PKGBUILD
index b16bc7e..0b3176a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,16 +12,15 @@ life."
 url='http://stardewvalley.net/'
 license=('custom')
 arch=('x86_64')
+options=('!strip' 'staticlibs')
 source=(
   "${pkgname}"
   "${pkgname}.desktop"
   'local:///stardew_valley_1_5_6_1988831614_53040.sh'
-  'Stardew Valley.deps.json'
 )
 sha256sums=('9f51b56b351824493c381731f29175b0897fa0dc4169a9b9160b5a12003883dc'
             'ca0fe151f73f5e8b594b226e1b0539655a2d95a7848eb0e43961cb6daa0de2ff'
-            '692722cb77acbccf7392abfbaec54cae34fd6edb8e62cfb2843f70494cb5ea91'
-            '10dfb770fb4ea83d040396c744a0f068c812ede06d8a176a452f6f1c392acc73')
+            '692722cb77acbccf7392abfbaec54cae34fd6edb8e62cfb2843f70494cb5ea91')


 package() {
@@ -59,11 +58,6 @@ package() {
   install -m 644                   \
     "${srcdir}/${pkgname}.desktop" \
     "${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-  # Remove broken .a library references
-  install -m 644                                             \
-    "${srcdir}/Stardew Valley.deps.json"                     \
-    "${pkgdir}/opt/${pkgname}/game/Stardew Valley.deps.json"
 }

 # vim: ts=2 sw=2 et:

pix3l commented on 2022-03-18 22:10 (UTC)

If anyone got up-to-date PKGBUILD, then please share it!

Eremiell commented on 2021-04-17 17:08 (UTC)

this seems to work for me, haven't played any much, but can start game, create new game/character, and run around

diff --git a/PKGBUILD b/PKGBUILD                                                                                                                                                                                                               
index baee2cf..146315d 100644                                                                                                                                                                                                                  
--- a/PKGBUILD                                                                                                                                                                                                                                 
+++ b/PKGBUILD                                                                                                                                                                                                                                 
@@ -1,7 +1,7 @@                                                                                                                                                                                                                                
 # Maintainer: Dan Beste <drb@wishalloy.io>                                                                                                                                                                                                    

 pkgname='gog-stardew-valley'                                                                                                                                                                                                                  
-pkgver=1.4.5                                                                                                                                                                                                                                  
+pkgver=1.5.4                                                                                                                                                                                                                                  
 pkgrel=1                                                                                                                                                                                                                                      
 # Fix upstream versioning shenanigans:                                                                                                                                                                                                        
 epoch=1                                                                                                                                                                                                                                       
@@ -14,18 +14,18 @@ arch=('x86_64')                                                                                                                                                                                                            
 source=(                                                                                                                                                                                                                                      
   "${pkgname}"                                                                                                                                                                                                                                
   "${pkgname}.desktop"                                                                                                                                                                                                                        
-  'local:///stardew_valley_1_4_5_433754439_36068.sh'                                                                                                                                                                                          
+  'local:///stardew_valley_1_5_4_981587505_44377.sh'                                                                                                                                                                                          
   'StardewValley'                                                                                                                                                                                                                             
 )                                                                                                                                                                                                                                             
 sha256sums=(                                                                                                                                                                                                                                  
   '9f51b56b351824493c381731f29175b0897fa0dc4169a9b9160b5a12003883dc'                                                                                                                                                                          
   'ca0fe151f73f5e8b594b226e1b0539655a2d95a7848eb0e43961cb6daa0de2ff'                                                                                                                                                                          
-  '1770fccdf0e159adaf891b0f0293630d11a2217b47a40232b0efd6e0abe36070'                                                                                                                                                                          
+  '65609de9c1c10627096ba5be6fd9f7033a951e1ab102b8a0042630f70eb1027e'                                                                                                                                                                          
   '0c6826084d72917748e54f9308b7395f8d3780b4a745860839203e2af428d202'                                                                                                                                                                          
 )                                
 package() {                                                                                                                                                                                                                                   
   install -d "${pkgdir}/opt/${pkgname}/"         
-  install -d "${pkgdir}/opt/${pkgname}/support/"                                                                      
+  install -d "${pkgdir}/opt/${pkgname}/support/yad/64"  
   install -d "${pkgdir}/usr/bin/"                 
   install -d "${pkgdir}/usr/share/applications/"
   install -d "${pkgdir}/usr/share/licenses/${pkgname}/"
@@ -43,6 +43,12 @@ package() {
   install -m 755                     \
     data/noarch/support/*.{sh,shlib} \
     "${pkgdir}/opt/${pkgname}/support/"
+  install -m 755                     \                                                                                                                                                                                                        
+    'data/noarch/support/yad/yad.sh' \
+    "${pkgdir}/opt/${pkgname}/support/yad/"
+  install -m 755                     \
+    'data/noarch/support/yad/64/yad' \
+    "${pkgdir}/opt/${pkgname}/support/yad/64/"
   install -m 644                                      \
     'data/noarch/docs/End User License Agreement.txt' \
     "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"

TheodoreRichards commented on 2020-09-07 19:40 (UTC) (edited on 2020-09-07 19:40 (UTC) by TheodoreRichards)

Looks like there's a piece missing from the package. Looks like the show's over for now, folks.

maksverver commented on 2019-12-28 13:28 (UTC)

The latest version is 1.4.3.379. The existing PKGBUILD works after updating the source filename and checksum:

For the lazy, the updated PKGBUILD is available here: https://gist.github.com/maksverver/9476821e31885a4ee53fa68ebfaac850

Delzur commented on 2019-07-07 20:30 (UTC)

Not sure what would be the best place for this, but I'm having some trouble with a PS4 controller and stardew. The controller works fine on the laptop, I've verified it using the steps given in the wiki (cat in /dev/input/by-id, as well as with jstest). However in the game, nothing happens. I've also tried to add the gamecontrollerdb_204.txt file from https://github.com/gabomdq/SDL_GameControllerDB. I assumed that since the game has a "please use SDL 2.0.5", it meant it's on a lower version so I took 2.0.4 file, yet it's not helping.

Since nothing appears in stardew's log, I have no idea where to look at. Did someone made his PS4 controller work with this package?

melentye commented on 2018-10-20 12:21 (UTC)

The comment in the beginning of the PKGBUILD mentioned gog:// scheme and lgogdownloader, however the current source URI is just a file://