Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Nov 19, 2015
1 parent 053c7fa commit d0bc936
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
2 changes: 0 additions & 2 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.

PKG_NAME="lightdm-webkit2-greeter"

(test -f $srcdir/configure.ac && test -d $srcdir/src) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
echo " top-level lightdm-webkit2-greeter directory"
Expand Down
12 changes: 6 additions & 6 deletions lightdm-webkit2-greeter.doap
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

<name xml:lang="en">lightdm-webkit2-greeter</name>
<shortdesc xml:lang="en">LightDM Webkit2 Greeter</shortdesc>
<homepage rdf:resource="https://launchpad.net/lightdm-webkit-greeter" />
<download-page rdf:resource="http://people.ubuntu.com/~robert-ancell/lightdm/" />
<bug-database rdf:resource="https://bugs.launchpad.net/lightdm-webkit-greeter" />
<homepage rdf:resource="https://github.com/Antergos/lightdm-webkit2-greeter" />
<download-page rdf:resource="https://github.com/Antergos/lightdm-webkit2-greeter/release" />
<bug-database rdf:resource="https://github.com/Antergos/lightdm-webkit2-greeter/issues" />
<category rdf:resource="http://api.gnome.org/doap-extensions#desktop" />

<maintainer>
<foaf:Person>
<foaf:name>Robert Ancell</foaf:name>
<foaf:mbox rdf:resource="mailto:robert.ancell@gmail.com" />
<gnome:userid>rancell</gnome:userid>
<foaf:name>Dustin Falgout</foaf:name>
<foaf:mbox rdf:resource="mailto:dustin@antergos.com" />
<gnome:userid>lots0logs</gnome:userid>
</foaf:Person>
</maintainer>
</Project>
6 changes: 3 additions & 3 deletions src/lightdm-webkit2-greeter.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ create_new_webkit_settings_object(void) {
"enable-dns-prefetching", TRUE,
"javascript-can-open-windows-automatically", TRUE,
"allow-file-access-from-file-urls", TRUE,
"enable-accelerated-2d-canvas", TRUE,
"enable-smooth-scrolling", TRUE,
"enable-webgl", TRUE,
"enable-accelerated-2d-canvas", FALSE,
"enable-smooth-scrolling", FALSE,
"enable-webgl", FALSE,
"enable-write-console-messages-to-stdout", TRUE,
NULL
);
Expand Down

0 comments on commit d0bc936

Please sign in to comment.