]> git.pld-linux.org Git - packages/ghasher.git/commitdiff
- initial version by Kamil 'paladine' Kosiński with small fixes AC-branch AC-STABLE auto/ac/ghasher-1_1_1-1
authorundefine <undefine@pld-linux.org>
Sat, 18 Sep 2004 01:43:13 +0000 (01:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ghasher-Makefile.patch -> 1.1
    ghasher-desktop.patch -> 1.1

ghasher-Makefile.patch [new file with mode: 0644]
ghasher-desktop.patch [new file with mode: 0644]

diff --git a/ghasher-Makefile.patch b/ghasher-Makefile.patch
new file mode 100644 (file)
index 0000000..ba85504
--- /dev/null
@@ -0,0 +1,30 @@
+diff -urN ghasher-1.1.1.orig/Makefile ghasher-1.1.1/Makefile
+--- ghasher-1.1.1.orig/Makefile        2004-09-05 20:53:31.209278640 +0200
++++ ghasher-1.1.1/Makefile     2004-09-05 21:23:18.412582440 +0200
+@@ -2,9 +2,10 @@
+ CFLAGS +=`pkg-config gtk+-2.0 --cflags`
+ LDFLAGS =`pkg-config gtk+-2.0 --libs` -lcrypto
+ OBJECTS = gui.o util.o
+-BINDIR=/usr/bin
+-PIXMAPDIR=/usr/share/pixmaps
+-DESKTOPFILEDIR=/usr/share/applications/
++DESTDIR=
++BINDIR=${DESTDIR}/usr/bin
++PIXMAPDIR=${DESTDIR}/usr/share/pixmaps
++DESKTOPFILEDIR=${DESTDIR}/usr/share/applications/
+ ghasher: ${OBJECTS} ghasher.h 
+       ${CC} -o ghasher ${OBJECTS} ${LDFLAGS} 
+@@ -12,9 +13,9 @@
+ .PHONY: install clean
+ install: ghasher
+-      install -c -o root ./ghasher ${BINDIR}/ghasher
+-      install -c -m 444 -o root ghasher.desktop ${DESKTOPFILEDIR}/utelsystems-ghasher.desktop
+-      install -c -m 444 -o root hash.xpm ${PIXMAPDIR}/hash.xpm
++      install -D ./ghasher ${BINDIR}/ghasher
++      install -D -m 444 ghasher.desktop ${DESKTOPFILEDIR}/ghasher.desktop
++      install -D -m 444 hash.xpm ${PIXMAPDIR}/ghasher.xpm
+ clean:
+       rm *.o ghasher
diff --git a/ghasher-desktop.patch b/ghasher-desktop.patch
new file mode 100644 (file)
index 0000000..58e8a9b
--- /dev/null
@@ -0,0 +1,21 @@
+diff -urN ghasher-1.1.1.orig/ghasher.desktop ghasher-1.1.1/ghasher.desktop
+--- ghasher-1.1.1.orig/ghasher.desktop 2004-09-05 20:53:31.000000000 +0200
++++ ghasher-1.1.1/ghasher.desktop      2004-09-05 21:34:09.000000000 +0200
+@@ -1,9 +1,13 @@
+ [Desktop Entry]
+ Encoding=UTF-8
+-_Name=MD5 sum utility
+-_Comment=Calculate the md5 sum of a file
++Name=ghasher
++GenericName=MD5 sum utility
++GenericName[pl]=Narzędzie do obliczania sum MD5
++Comment=Calculate the md5 sum of a file
++Comment[pl]=Oblicza sumę md5 pliku
+ Exec=ghasher %F
+ Terminal=false
+ Type=Application
+-Icon=hash.xpm
+-Categories=Utility;GTK;X-Fedora;
++Icon=ghasher.xpm
++Categories=Utility;GTK;
++# vi: encoding=utf-8
This page took 0.058509 seconds and 4 git commands to generate.