| Revision 1257,
756 bytes
checked in by alanbach-guest, 6 years ago
(diff) |
|
Balsa updates
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | #!/usr/bin/make -f |
|---|
| 2 | |
|---|
| 3 | include /usr/share/cdbs/1/class/gnome.mk |
|---|
| 4 | include /usr/share/cdbs/1/rules/debhelper.mk |
|---|
| 5 | include /usr/share/cdbs/1/rules/simple-patchsys.mk |
|---|
| 6 | include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk |
|---|
| 7 | |
|---|
| 8 | # Compile options |
|---|
| 9 | DEB_CONFIGURE_EXTRA_FLAGS := --disable-smime --with-compface --with-gpgme \ |
|---|
| 10 | --with-gss --with-gtkspell --with-ldap --with-sqlite --with-ssl \ |
|---|
| 11 | --with-gtksourceview --enable-extra-mimeicons --enable-threads |
|---|
| 12 | DEB_CONFIGURE_SCRIPT_ENV += GTK_UPDATE_ICON_CACHE=/bin/true |
|---|
| 13 | |
|---|
| 14 | # Debhelper arguments |
|---|
| 15 | DEB_DH_INSTALL_ARGS := debian/balsa.xpm \ |
|---|
| 16 | usr/share/pixmaps/ |
|---|
| 17 | DEB_DH_LINK_ARGS := usr/share/man/man1/balsa.1 \ |
|---|
| 18 | usr/share/man/man1/balsa-ab.1 |
|---|
| 19 | |
|---|
| 20 | # Record build-time version information |
|---|
| 21 | binary-post-install/balsa:: |
|---|
| 22 | /usr/bin/dh_buildinfo |
|---|
Note: See
TracBrowser
for help on using the repository browser.