mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-03-14 23:33:36 +01:00
initial import
This commit is contained in:
1
media-plugins/xmms-dscope/files/digest-xmms-dscope-1.2
Normal file
1
media-plugins/xmms-dscope/files/digest-xmms-dscope-1.2
Normal file
@@ -0,0 +1 @@
|
||||
MD5 5723df984f689eaca56e1c14cce090a7 dscope-1.2.tar.gz 34353
|
||||
1
media-plugins/xmms-dscope/files/digest-xmms-dscope-1.3.1
Normal file
1
media-plugins/xmms-dscope/files/digest-xmms-dscope-1.3.1
Normal file
@@ -0,0 +1 @@
|
||||
MD5 a883144570402cd67eb1090a4b9b529a dscope-v1.3.1.tar.gz 35920
|
||||
13
media-plugins/xmms-dscope/files/dscope-1.2-destdir.patch
Normal file
13
media-plugins/xmms-dscope/files/dscope-1.2-destdir.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
--- Makefile.orig 2001-01-20 15:18:28.000000000 +0100
|
||||
+++ Makefile 2002-05-14 19:45:54.000000000 +0200
|
||||
@@ -29,6 +29,7 @@
|
||||
rm -f *.o core *~
|
||||
|
||||
install:
|
||||
- install libdscope.so $(INSTALL-DIR)
|
||||
- mkdir -p $(XMMS_DATADIR)/$(THEME_SUBDIR)
|
||||
- install bg_*.xpm $(XMMS_DATADIR)/$(THEME_SUBDIR)
|
||||
+ mkdir -p $(DESTDIR)$(INSTALL-DIR)
|
||||
+ install libdscope.so $(DESTDIR)$(INSTALL-DIR)
|
||||
+ mkdir -p $(DESTDIR)$(XMMS_DATADIR)/$(THEME_SUBDIR)
|
||||
+ install bg_*.xpm $(DESTDIR)$(XMMS_DATADIR)/$(THEME_SUBDIR)
|
||||
16
media-plugins/xmms-dscope/files/dscope-v1.3.1-destdir.patch
Normal file
16
media-plugins/xmms-dscope/files/dscope-v1.3.1-destdir.patch
Normal file
@@ -0,0 +1,16 @@
|
||||
--- Makefile.old 2002-11-10 11:01:05.000000000 -0800
|
||||
+++ Makefile 2003-03-28 19:37:54.000000000 -0800
|
||||
@@ -31,9 +31,10 @@
|
||||
rm -f *.o core *~
|
||||
|
||||
install:
|
||||
- install lib$(NAME).so $(INSTALL-DIR)
|
||||
- mkdir -p $(XMMS_DATADIR)/$(THEME_SUBDIR)
|
||||
- install bg_*.xpm $(XMMS_DATADIR)/$(THEME_SUBDIR)
|
||||
+ mkdir -p $(DESTDIR)/$(INSTALL-DIR)
|
||||
+ install lib$(NAME).so $(DESTDIR)/$(INSTALL-DIR)
|
||||
+ mkdir -p $(DESTDIR)/$(XMMS_DATADIR)/$(THEME_SUBDIR)
|
||||
+ install bg_*.xpm $(DESTDIR)/$(XMMS_DATADIR)/$(THEME_SUBDIR)
|
||||
|
||||
release: lib$(NAME).so
|
||||
strip lib$(NAME).so
|
||||
Reference in New Issue
Block a user