mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
games/lbreakouthd: update 1.1.8 → 1.1.9
This commit is contained in:
parent
c64815f004
commit
ce03d4a96f
3 changed files with 4 additions and 22 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= lbreakouthd
|
PORTNAME= lbreakouthd
|
||||||
PORTVERSION= 1.1.8
|
PORTVERSION= 1.1.9
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
MASTER_SITES= SF/lgames/${PORTNAME}/
|
MASTER_SITES= SF/lgames/${PORTNAME}/
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1715001170
|
TIMESTAMP = 1721655464
|
||||||
SHA256 (lbreakouthd-1.1.8.tar.gz) = dd667beca543362b5d21c5cf15fd02317b630ef1178bdd49afb9a9795d3d5ade
|
SHA256 (lbreakouthd-1.1.9.tar.gz) = 1c8cd9707ff2181457ffd53216e472bac024ce0ce144490c44d68ffbabd00be1
|
||||||
SIZE (lbreakouthd-1.1.8.tar.gz) = 4169496
|
SIZE (lbreakouthd-1.1.9.tar.gz) = 4162278
|
||||||
|
|
|
@ -1,18 +0,0 @@
|
||||||
This patch comes from upstream
|
|
||||||
|
|
||||||
--- Makefile.am.orig 2024-04-28 07:33:53 UTC
|
|
||||||
+++ Makefile.am
|
|
||||||
@@ -5,9 +5,11 @@ install-data-local:
|
|
||||||
lbreakouthd.desktop lbreakouthd256.png lbreakouthd48.png
|
|
||||||
|
|
||||||
install-data-local:
|
|
||||||
- $(mkinstalldirs) $(DESTDIR)$(datadir)/icons
|
|
||||||
+ $(mkinstalldirs) $(DESTDIR)$(datadir)/icons/hicolor/256x256/apps
|
|
||||||
+ $(mkinstalldirs) $(DESTDIR)$(datadir)/icons/hicolor/48x48/apps
|
|
||||||
$(mkinstalldirs) $(DESTDIR)$(datadir)/applications
|
|
||||||
- $(INSTALL_DATA) lbreakouthd256.png $(DESTDIR)$(datadir)/icons/lbreakouthd.png
|
|
||||||
+ $(INSTALL_DATA) lbreakouthd256.png $(DESTDIR)$(datadir)/icons/hicolor/256x256/apps/lbreakouthd.png
|
|
||||||
+ $(INSTALL_DATA) lbreakouthd48.png $(DESTDIR)$(datadir)/icons/hicolor/48x48/apps/lbreakouthd.png
|
|
||||||
$(INSTALL_DATA) lbreakouthd.desktop $(DESTDIR)$(datadir)/applications
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue