[cheese] Update project homepage



commit b2e2f5ddcf917610e9fc6a1a41dd3970a0d9c9f6
Author: William Jon McCann <william jon mccann gmail com>
Date:   Wed Dec 18 06:07:45 2013 -0500

    Update project homepage

 README                     |    2 +-
 cheese.doap                |    4 ++--
 configure.ac               |    2 +-
 data/cheese.appdata.xml.in |    2 +-
 tools/maintainer.sh        |    4 ++--
 5 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/README b/README
index a27e561..905a82c 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ README for Cheese
 Take photos and videos with your webcam, with fun graphical effects
 
 The official website is:
-   http://projects.gnome.org/cheese
+   https://wiki.gnome.org/Apps/Cheese
 
 How to get your camera working:
 To get your camera working with cheese, you will have to ensure that it works
diff --git a/cheese.doap b/cheese.doap
index fdf4043..f39b4df 100644
--- a/cheese.doap
+++ b/cheese.doap
@@ -14,8 +14,8 @@
   friends, pets or whatever you want and share them with others. After the
   success of the Summer of Code, the development continued and we are still
   looking for people with nice ideas and patches ;)</description>
-  <homepage rdf:resource="http://projects.gnome.org/cheese/"; />
-  <download-page rdf:resource="http://projects.gnome.org/cheese/download"; />
+  <homepage rdf:resource="https://wiki.gnome.org/Apps/Cheese"; />
+  <download-page rdf:resource="https://download.gnome.org/sources/cheese/"; />
   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/cheese-list"; />
   <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=cheese"; />
   <category rdf:resource="http://api.gnome.org/doap-extensions#desktop"; />
diff --git a/configure.ac b/configure.ac
index ec6a726..514610e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_INIT([Cheese],
         [3.11.4],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=cheese],
         [cheese],
-        [http://projects.gnome.org/cheese/])
+        [https://wiki.gnome.org/Apps/Cheese])
 
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([cheese-config.h])
diff --git a/data/cheese.appdata.xml.in b/data/cheese.appdata.xml.in
index d1d1b49..1191151 100644
--- a/data/cheese.appdata.xml.in
+++ b/data/cheese.appdata.xml.in
@@ -17,7 +17,7 @@
         photos and videos. With Cheese it is easy to take photos of you, your
         friends, pets or whatever you want and share them with others.</_p>
     </description>
-    <url type="homepage">https://projects.gnome.org/cheese/</url>
+    <url type="homepage">https://wiki.gnome.org/Apps/Cheese</url>
     <screenshots>
         <screenshot type="default">http://amigadave.com/temp/cheese-default.png</screenshot>
     </screenshots>
diff --git a/tools/maintainer.sh b/tools/maintainer.sh
index 99cfb94..d971817 100755
--- a/tools/maintainer.sh
+++ b/tools/maintainer.sh
@@ -5,7 +5,7 @@
 PACKAGE_NAME="Cheese"
 PACKAGE_NEWS_FILE="NEWS"
 PACKAGE_ABOUT="Take photos and videos with your webcam, with fun graphical effects"
-PACKAGE_WEBSITE="http://projects.gnome.org/cheese/";
+PACKAGE_WEBSITE="https://wiki.gnome.org/Apps/Cheese/";
 GNOME_SERVER="http://download.gnome.org/sources/";
 
 TO="gnome-announce-list gnome org"
@@ -20,7 +20,7 @@ if [ ! -d ".git" ]; then
 fi
 
 PACKAGE_MODULE=$(echo $PACKAGE_NAME | tr "[:upper:]" "[:lower:]")
-PACKAGE_SCREENSHOTS="${PACKAGE_WEBSITE}tour"
+PACKAGE_SCREENSHOTS="${PACKAGE_WEBSITE}Tour"
 PACKAGE_VERSION=$(cat $PACKAGE_NEWS_FILE | grep -m1 version | awk '{ print $2 }')
 #PACKAGE_VERSION=$(cat configure.ac | grep AC_INIT | awk '{print $2}' | sed "s/)//")
 PACKAGE_VERSION=$(cat configure.ac | grep -A 1 AC_INIT | grep -o "[0-9]\.[0-9]\{1,2\}\.[0-9]\{1,2\}")


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]