pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pangoterm: adjusted Makefile patch
Module Name: pkgsrc-wip
Committed By: coypu <coypu%sdf.org@localhost>
Pushed By: coypu
Date: Thu Dec 3 16:01:45 2015 +0000
Changeset: 0ddf67f5492dd92091dfea43268ff2bf0e9f037c
Modified Files:
pangoterm/Makefile
pangoterm/PLIST
pangoterm/distinfo
pangoterm/patches/patch-Makefile
Log Message:
pangoterm: adjusted Makefile patch
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0ddf67f5492dd92091dfea43268ff2bf0e9f037c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
pangoterm/Makefile | 1 +
pangoterm/PLIST | 4 ++++
pangoterm/distinfo | 2 +-
pangoterm/patches/patch-Makefile | 9 +++++++++
4 files changed, 15 insertions(+), 1 deletion(-)
diffs:
diff --git a/pangoterm/Makefile b/pangoterm/Makefile
index d5fc3c1..1285eac 100644
--- a/pangoterm/Makefile
+++ b/pangoterm/Makefile
@@ -14,6 +14,7 @@ USE_LANGUAGES= c
USE_TOOLS+= gmake
USE_LIBTOOL= yes
+.include "../../sysutils/desktop-file-utils/desktopdb.mk".
.include "../../wip/libvterm/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../graphics/cairo/buildlink3.mk"
diff --git a/pangoterm/PLIST b/pangoterm/PLIST
index e69de29..0449fff 100644
--- a/pangoterm/PLIST
+++ b/pangoterm/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+bin/pangoterm
+share/applications/pangoterm.desktop
+share/pixmaps/pangoterm.svg
diff --git a/pangoterm/distinfo b/pangoterm/distinfo
index ad44707..45f1b77 100644
--- a/pangoterm/distinfo
+++ b/pangoterm/distinfo
@@ -4,5 +4,5 @@ SHA1 (pangoterm-0.0_pre20151022.tar.gz) = b9a852ef6bdd17eab66b751fd972df173f1497
RMD160 (pangoterm-0.0_pre20151022.tar.gz) = 97e20c6fcd9392529698084a0a3960e6ec21c3c1
SHA512 (pangoterm-0.0_pre20151022.tar.gz) = 716acd0c47fbca35961aff21a8dba886ec4cb152d89544f20d9752828f9e005a5561090959be64f1db864bde71db1d205d045b8a7baa36d23471e1a87c7fee14
Size (pangoterm-0.0_pre20151022.tar.gz) = 22588 bytes
-SHA1 (patch-Makefile) = e6dca57ef4732f019bb327e381e475c71d0f1b15
+SHA1 (patch-Makefile) = 76101dd2d5b46edffdf6ff0cc5b705c45c23fe96
SHA1 (patch-main.c) = f68397c559477dba34a7b56cf74b98ad873ff2ee
diff --git a/pangoterm/patches/patch-Makefile b/pangoterm/patches/patch-Makefile
index 171e123..3a3b695 100644
--- a/pangoterm/patches/patch-Makefile
+++ b/pangoterm/patches/patch-Makefile
@@ -2,6 +2,15 @@ $NetBSD$
--- Makefile.orig 2015-10-22 21:22:34.000000000 +0000
+++ Makefile
+@@ -29,7 +29,7 @@ LDFLAGS +=$(shell pkg-config --libs gt
+ CFLAGS +=$(shell pkg-config --cflags cairo)
+ LDFLAGS +=$(shell pkg-config --libs cairo)
+
+-PREFIX=/usr/local
++PREFIX?=/usr/local
+ BINDIR=$(PREFIX)/bin
+ SHAREDIR=$(PREFIX)/share
+
@@ -60,7 +60,7 @@ install: install-bin install-share
# rm the old binary first in case it's still in use
install-bin: pangoterm
Home |
Main Index |
Thread Index |
Old Index