annotate src/gtksourceviewmm2.mk @ 2353:99516e73b368

Move doc/index.html -> index.html
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 29 Mar 2012 12:14:15 +0200
parents f48c5b085a38
children b5321bdec505
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2333
f653602a0500 Rebrand to new project name MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 2153
diff changeset
1 # This file is part of MXE.
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2349
diff changeset
2 # See index.html for further information.
1777
71f6faee4918 rename package gtksourceviewmm to gtksourceviewmm2, sticking to major release 2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3
71f6faee4918 rename package gtksourceviewmm to gtksourceviewmm2, sticking to major release 2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
4 # GtkSourceViewmm
71f6faee4918 rename package gtksourceviewmm to gtksourceviewmm2, sticking to major release 2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
5 PKG := gtksourceviewmm2
71f6faee4918 rename package gtksourceviewmm to gtksourceviewmm2, sticking to major release 2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
6 $(PKG)_IGNORE :=
71f6faee4918 rename package gtksourceviewmm to gtksourceviewmm2, sticking to major release 2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
7 $(PKG)_CHECKSUM := 7f6fb046427054d85c791a4b1fc0f742a3313c8a
71f6faee4918 rename package gtksourceviewmm to gtksourceviewmm2, sticking to major release 2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
8 $(PKG)_SUBDIR := gtksourceviewmm-$($(PKG)_VERSION)
71f6faee4918 rename package gtksourceviewmm to gtksourceviewmm2, sticking to major release 2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
9 $(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz
71f6faee4918 rename package gtksourceviewmm to gtksourceviewmm2, sticking to major release 2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
10 $(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/gtksourceviewmm/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)
71f6faee4918 rename package gtksourceviewmm to gtksourceviewmm2, sticking to major release 2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
11 $(PKG)_DEPS := gcc gtkmm2 gtksourceview
71f6faee4918 rename package gtksourceviewmm to gtksourceviewmm2, sticking to major release 2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
12
71f6faee4918 rename package gtksourceviewmm to gtksourceviewmm2, sticking to major release 2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
13 define $(PKG)_UPDATE
71f6faee4918 rename package gtksourceviewmm to gtksourceviewmm2, sticking to major release 2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
14 wget -q -O- 'http://git.gnome.org/cgit/gtksourceviewmm/refs/tags' | \
71f6faee4918 rename package gtksourceviewmm to gtksourceviewmm2, sticking to major release 2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
15 grep '<a href=' | \
71f6faee4918 rename package gtksourceviewmm to gtksourceviewmm2, sticking to major release 2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
16 $(SED) -n "s,.*<a href='[^']*/tag/?id=gtksourceviewmm-\\([0-9][^']*\\)'.*,\\1,p" | \
71f6faee4918 rename package gtksourceviewmm to gtksourceviewmm2, sticking to major release 2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
17 grep -v '^2\.9[0-9]\.' | \
71f6faee4918 rename package gtksourceviewmm to gtksourceviewmm2, sticking to major release 2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
18 grep '^2\.' | \
71f6faee4918 rename package gtksourceviewmm to gtksourceviewmm2, sticking to major release 2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
19 head -1
71f6faee4918 rename package gtksourceviewmm to gtksourceviewmm2, sticking to major release 2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
20 endef
71f6faee4918 rename package gtksourceviewmm to gtksourceviewmm2, sticking to major release 2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
21
71f6faee4918 rename package gtksourceviewmm to gtksourceviewmm2, sticking to major release 2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
22 define $(PKG)_BUILD
71f6faee4918 rename package gtksourceviewmm to gtksourceviewmm2, sticking to major release 2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
23 cd '$(1)' && ./configure \
71f6faee4918 rename package gtksourceviewmm to gtksourceviewmm2, sticking to major release 2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
24 --host='$(TARGET)' \
2153
e4c83fa61a5b replaced $(BUILD) with a more direct and less brittle construct
Volker Grabsch <vog@notjusthosting.com>
parents: 2148
diff changeset
25 --build="`config.guess`" \
1777
71f6faee4918 rename package gtksourceviewmm to gtksourceviewmm2, sticking to major release 2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
26 --prefix='$(PREFIX)/$(TARGET)' \
71f6faee4918 rename package gtksourceviewmm to gtksourceviewmm2, sticking to major release 2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
27 --disable-shared \
71f6faee4918 rename package gtksourceviewmm to gtksourceviewmm2, sticking to major release 2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
28 MAKE=$(MAKE)
1778
e2cd7fa6c8c5 make package gtksourceviewmm2 work with glibmm-2.28.0
Volker Grabsch <vog@notjusthosting.com>
parents: 1777
diff changeset
29 $(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
e2cd7fa6c8c5 make package gtksourceviewmm2 work with glibmm-2.28.0
Volker Grabsch <vog@notjusthosting.com>
parents: 1777
diff changeset
30 $(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= doc_install='# DISABLED: doc-install.pl'
1777
71f6faee4918 rename package gtksourceviewmm to gtksourceviewmm2, sticking to major release 2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
31 endef