diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-10-13 19:01:32 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-10-13 19:01:32 +0000 |
commit | 11e9714c411f1979cc15db61bb0c15a3c2f008c3 (patch) | |
tree | f629645be6d82ae1411e3704b9c1bf38cf93410b /app-mobilephone/gammu/files | |
parent | Add pkgconfig dep; bug #151170 (diff) | |
download | gentoo-2-11e9714c411f1979cc15db61bb0c15a3c2f008c3.tar.gz gentoo-2-11e9714c411f1979cc15db61bb0c15a3c2f008c3.tar.bz2 gentoo-2-11e9714c411f1979cc15db61bb0c15a3c2f008c3.zip |
Version bump (#150321). Remove st_lim's maintainership.
(Portage version: 2.1.1)
Diffstat (limited to 'app-mobilephone/gammu/files')
3 files changed, 48 insertions, 0 deletions
diff --git a/app-mobilephone/gammu/files/digest-gammu-1.08.00 b/app-mobilephone/gammu/files/digest-gammu-1.08.00 new file mode 100644 index 000000000000..e3759d62e23f --- /dev/null +++ b/app-mobilephone/gammu/files/digest-gammu-1.08.00 @@ -0,0 +1,3 @@ +MD5 e934c756419b045e9c128103cb02644b gammu-1.08.00.tar.gz 1104688 +RMD160 1297b9f5cc38c3cc8a90ac124e925181847f8c76 gammu-1.08.00.tar.gz 1104688 +SHA256 1336fcf24b36dfba411e5147ba301d6f5c1b501ddbb2ae714de3196e65cc7b55 gammu-1.08.00.tar.gz 1104688 diff --git a/app-mobilephone/gammu/files/gammu-1.08.00-as-needed.patch b/app-mobilephone/gammu/files/gammu-1.08.00-as-needed.patch new file mode 100644 index 000000000000..ec00483b8023 --- /dev/null +++ b/app-mobilephone/gammu/files/gammu-1.08.00-as-needed.patch @@ -0,0 +1,30 @@ +diff -Nru gammu-1.08.00.orig/cfg/Makefile.glo gammu-1.08.00/cfg/Makefile.glo +--- gammu-1.08.00.orig/cfg/Makefile.glo 2006-05-19 20:44:18.000000000 +0300 ++++ gammu-1.08.00/cfg/Makefile.glo 2006-07-12 22:52:40.069027750 +0300 +@@ -126,7 +126,7 @@ + + $(TOPDIR)/gammu/gammu: $(COMMON) $(GAMMU) + @echo Linking gammu +- @$(CC) $(COMMON) $(GAMMU) $(LDLIBS) $(SMSD_LIBS) -o $(TOPDIR)/gammu/gammu $(LDFLAGS) ++ @$(CC) $(LDFLAGS) $(COMMON) $(GAMMU) $(LDLIBS) $(SMSD_LIBS) -o $(TOPDIR)/gammu/gammu + + gammu: $(TOPDIR)/gammu/gammu + +@@ -136,7 +136,7 @@ + + $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR): $(COMMON) + @echo Linking libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) +- @$(CC) $(LDLIBS) -shared -Wl,-soname -Wl,libGammu.so.$(SONAME_MAJOR) -o $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) $(COMMON) $(LDFLAGS) ++ @$(CC) $(LDFLAGS) -shared -Wl,-soname -Wl,libGammu.so.$(SONAME_MAJOR) $(COMMON) $(LDLIBS) -o $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) + @$(LN) -s libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR) + @$(LN) -s libGammu.so.$(SONAME_MAJOR) $(TOPDIR)/common/libGammu.so + +@@ -148,7 +148,7 @@ + + $(TOPDIR)/gammu/gammu-shared: $(COMMON) $(GAMMU) $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) + @echo Linking gammu-shared +- @$(CC) -L$(TOPDIR)/common -lGammu $(LDFLAGS) $(SMSD_LIBS) $(LDLIBS) $(GAMMU) -o $(TOPDIR)/gammu/gammu-shared ++ @$(CC) $(LDFLAGS) -L$(TOPDIR)/common $(GAMMU) -lGammu $(SMSD_LIBS) $(LDLIBS) -o $(TOPDIR)/gammu/gammu-shared + + shared: $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) $(TOPDIR)/common/libGammu.a $(TOPDIR)/gammu/gammu-shared + diff --git a/app-mobilephone/gammu/files/gammu-1.08.00-backup-limits.patch b/app-mobilephone/gammu/files/gammu-1.08.00-backup-limits.patch new file mode 100644 index 000000000000..3d38242e61d6 --- /dev/null +++ b/app-mobilephone/gammu/files/gammu-1.08.00-backup-limits.patch @@ -0,0 +1,15 @@ +diff -Nru gammu-1.08.00.orig/common/service/backup/backgen.h gammu-1.08.00/common/service/backup/backgen.h +--- gammu-1.08.00.orig/common/service/backup/backgen.h 2006-06-02 21:03:12.000000000 +0300 ++++ gammu-1.08.00/common/service/backup/backgen.h 2006-06-02 21:03:26.084773750 +0300 +@@ -14,9 +14,9 @@ + #include "../gsmmisc.h" + #include "../sms/gsmsms.h" + +-#define GSM_BACKUP_MAX_PHONEPHONEBOOK 501 ++#define GSM_BACKUP_MAX_PHONEPHONEBOOK 1001 + #define GSM_BACKUP_MAX_SIMPHONEBOOK 251 +-#define GSM_BACKUP_MAX_CALLER 6 ++#define GSM_BACKUP_MAX_CALLER 20 + #define GSM_BACKUP_MAX_SMSC 10 + #define GSM_BACKUP_MAX_WAPBOOKMARK 40 + #define GSM_BACKUP_MAX_WAPSETTINGS 30 |