This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Enrico Tassi
committed
May 22, 2015
1 parent
d016cf4
commit dfb7167
Showing
3 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# should care about them | ||
|
||
PROJECTNAME=syncmaildir | ||
VERSION=1.2.6 | ||
VERSION=1.2.6.1 | ||
COPYRIGHT=© 2008-2013 Enrico Tassi <[email protected]> | ||
BINARIES=mddiff smd-applet | ||
MANPAGES1=mddiff.1 smd-server.1 smd-client.1 \ | ||
|
@@ -25,11 +25,11 @@ BENCH_MAILBOX=misc/Mail.BENCH.tgz | |
BENCH_SUITES=benchmarks | ||
PKG_GTK=gtk+-3.0 | ||
SMD_APPLET_C=smd-applet.c | ||
PKGS_VALA=glib-2.0 $(PKG_GTK) libnotify gconf-2.0 gee-1.0 gio-2.0 | ||
PKGS_VALA=glib-2.0 $(PKG_GTK) libnotify gconf-2.0 gee-0.8 gio-2.0 | ||
TARGET_GLIB=2.32 | ||
PKGCONFIG_CHECK_GLIB_VERSION=--atleast-version=$(TARGET_GLIB) glib-2.0 | ||
PKGCONFIG_GLIB_VERSION=--modversion glib-2.0 | ||
VALAC=valac-0.22 | ||
VALAC=valac-0.26 | ||
H=@ | ||
|
||
# ---------------------------------------------------------------------------- | ||
|
@@ -221,7 +221,7 @@ dist $(PROJECTNAME)-$(VERSION).tar.gz: smd-applet.c | |
-r smd-applet.c \ | ||
--owner root --group root \ | ||
-f $(PROJECTNAME)-$(VERSION).tar | ||
gzip -9 -f $(PROJECTNAME)-$(VERSION).tar | ||
gzip -9 -n -f $(PROJECTNAME)-$(VERSION).tar | ||
|
||
$(HTML): check-w-markdown | ||
cat misc/head.html > index.html | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters