| Revision 1162,
1.2 KB
checked in by alanbach-guest, 6 years ago
(diff) |
|
control-center updates, Sync'd with Debian
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | #!/usr/bin/make -f |
|---|
| 2 | |
|---|
| 3 | include /usr/share/cdbs/1/rules/debhelper.mk |
|---|
| 4 | include /usr/share/cdbs/1/rules/simple-patchsys.mk |
|---|
| 5 | include /usr/share/cdbs/1/rules/utils.mk |
|---|
| 6 | include /usr/share/cdbs/1/class/gnome.mk |
|---|
| 7 | include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk |
|---|
| 8 | include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk |
|---|
| 9 | include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk |
|---|
| 10 | -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk |
|---|
| 11 | |
|---|
| 12 | LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed |
|---|
| 13 | |
|---|
| 14 | DEB_CONFIGURE_EXTRA_FLAGS += --disable-mime-cache \ |
|---|
| 15 | --disable-scrollkeeper \ |
|---|
| 16 | --enable-aboutme \ |
|---|
| 17 | --disable-esd \ |
|---|
| 18 | --enable-alsa \ |
|---|
| 19 | --disable-gstreamer \ |
|---|
| 20 | --disable-update-mimedb |
|---|
| 21 | |
|---|
| 22 | DEB_CONFIGURE_LOCALSTATEDIR := /var/lib |
|---|
| 23 | |
|---|
| 24 | DEB_INSTALL_MANPAGES_gnome-control-center += debian/gnome-control-center.1 |
|---|
| 25 | |
|---|
| 26 | build/gnome-control-center:: $(DEB_INSTALL_MANPAGES_gnome-control-center) |
|---|
| 27 | |
|---|
| 28 | %.1: %.sgml |
|---|
| 29 | /usr/bin/docbook-to-man $< > $@ |
|---|
| 30 | |
|---|
| 31 | clean:: |
|---|
| 32 | rm -f $(DEB_INSTALL_MANPAGES_gnome-control-center) |
|---|
| 33 | |
|---|
| 34 | install/capplets-data:: |
|---|
| 35 | rm -rf debian/tmp/etc/gconf/schemas/control-center.schemas |
|---|
| 36 | |
|---|
| 37 | binary-post-install/capplets-data:: |
|---|
| 38 | rm -rf debian/capplets-data/usr/share/applications/mimeinfo.cache |
|---|
| 39 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.