Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Emil Soleyman-Zomalan
cheese
Commits
b2e2f5dd
Commit
b2e2f5dd
authored
Dec 18, 2013
by
William Jon McCann
Browse files
Update project homepage
parent
b7a6b108
Changes
5
Hide whitespace changes
Inline
Side-by-side
README
View file @
b2e2f5dd
...
...
@@ -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/
c
heese
http
s
://
wiki
.gnome.org/
Apps/C
heese
How to get your camera working:
To get your camera working with cheese, you will have to ensure that it works
...
...
cheese.doap
View file @
b2e2f5dd
...
...
@@ -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/
c
heese
/
" />
<download-page rdf:resource="http://
projects
.gnome.org/
cheese/download
" />
<homepage rdf:resource="http
s
://
wiki
.gnome.org/
Apps/C
heese" />
<download-page rdf:resource="http
s
://
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" />
...
...
configure.ac
View file @
b2e2f5dd
...
...
@@ -4,7 +4,7 @@ AC_INIT([Cheese],
[3.11.4],
[https://bugzilla.gnome.org/enter_bug.cgi?product=cheese],
[cheese],
[http://
projects
.gnome.org/
c
heese
/
])
[http
s
://
wiki
.gnome.org/
Apps/C
heese])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([cheese-config.h])
...
...
data/cheese.appdata.xml.in
View file @
b2e2f5dd
...
...
@@ -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/
c
heese
/
</url>
<url
type=
"homepage"
>
https://
wiki
.gnome.org/
Apps/C
heese
</url>
<screenshots>
<screenshot
type=
"default"
>
http://amigadave.com/temp/cheese-default.png
</screenshot>
</screenshots>
...
...
tools/maintainer.sh
View file @
b2e2f5dd
...
...
@@ -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/
c
heese/"
PACKAGE_WEBSITE
=
"http
s
://
wiki
.gnome.org/
Apps/C
heese/"
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
}
t
our"
PACKAGE_SCREENSHOTS
=
"
${
PACKAGE_WEBSITE
}
T
our"
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
\}
"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment