diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2007-03-23 00:31:22 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2007-03-23 00:31:22 +0000 |
commit | c81216ae1ac63f73f801d268fbbc9008cb900667 (patch) | |
tree | f115c632f501b0bfdebf0a7ee778f5cdd7cefe9e /app-crypt/seahorse/files | |
parent | add new useflags for seahorse (diff) | |
download | historical-c81216ae1ac63f73f801d268fbbc9008cb900667.tar.gz historical-c81216ae1ac63f73f801d268fbbc9008cb900667.tar.bz2 historical-c81216ae1ac63f73f801d268fbbc9008cb900667.zip |
version bump for seahorse! its finally there!
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'app-crypt/seahorse/files')
-rw-r--r-- | app-crypt/seahorse/files/digest-seahorse-1.0 | 3 | ||||
-rw-r--r-- | app-crypt/seahorse/files/seahorse-0.9.10-update-mime.patch | 15 |
2 files changed, 18 insertions, 0 deletions
diff --git a/app-crypt/seahorse/files/digest-seahorse-1.0 b/app-crypt/seahorse/files/digest-seahorse-1.0 new file mode 100644 index 000000000000..93cedc31e559 --- /dev/null +++ b/app-crypt/seahorse/files/digest-seahorse-1.0 @@ -0,0 +1,3 @@ +MD5 7afcb9b40aaa0c232ce8a9e0909fe757 seahorse-1.0.tar.bz2 1871080 +RMD160 21b2500be16c0143cee0d5e696c3241597bce2f2 seahorse-1.0.tar.bz2 1871080 +SHA256 76bcfeed3843b2357f5ecc1694a471fc45a810aa17fd0baed60f1d32142d0746 seahorse-1.0.tar.bz2 1871080 diff --git a/app-crypt/seahorse/files/seahorse-0.9.10-update-mime.patch b/app-crypt/seahorse/files/seahorse-0.9.10-update-mime.patch new file mode 100644 index 000000000000..5b6300ffd8cc --- /dev/null +++ b/app-crypt/seahorse/files/seahorse-0.9.10-update-mime.patch @@ -0,0 +1,15 @@ +--- plugins/nautilus/Makefile.in.orig 2007-01-24 20:37:53.000000000 -0600 ++++ plugins/nautilus/Makefile.in 2007-01-24 20:38:06.000000000 -0600 +@@ -786,11 +786,9 @@ + + + @UPDATE_MIME_DATABASE_TRUE@install-data-local: +-@UPDATE_MIME_DATABASE_TRUE@ mkdir -p $(mimedir) +-@UPDATE_MIME_DATABASE_TRUE@ update-mime-database $(datadir)/mime/ + + @UPDATE_MIME_DATABASE_TRUE@uninstall-local: +-@UPDATE_MIME_DATABASE_TRUE@ update-mime-database $(datadir)/mime/ ++ + @UPDATE_MIME_DATABASE_FALSE@install-data-local: + + @UPDATE_MIME_DATABASE_FALSE@uninstall-local: |