remove unnecessary files

gh-pages
somas95 2018-05-13 17:03:48 +02:00
parent 0cbb9aecf0
commit 8a37a2f7cd
6 changed files with 1 additions and 1333 deletions

View File

@ -1,34 +0,0 @@
--- a/configure.ac
+++ b/configure.ac
@@ -63,7 +63,7 @@
GTKUNIXPRINT_PC="gtk+-unix-print-2.0"
;;
3.0)
- DEPENDENCY_PC="glib-2.0 >= $GLIB_REQUIRED gtk+-3.0 >= $GTK3_REQUIRED webkitgtk-3.0 >= $WEBKIT_REQUIRED"
+ DEPENDENCY_PC="glib-2.0 >= $GLIB_REQUIRED gtk+-3.0 >= $GTK3_REQUIRED "
GTKUNIXPRINT_PC="gtk+-unix-print-3.0"
AC_DEFINE([HAVE_GNOME3], 1,
[Use GNOME 3 technologies])
--- a/src/gnome-web-photo.c
+++ b/src/gnome-web-photo.c
@@ -28,7 +28,7 @@
#include <glib.h>
#include <glib/gi18n.h>
#include <gtk/gtk.h>
-#include <webkit/webkit.h>
+#include <webkit2/webkit2.h>
#ifdef HAVE_GTK_UNIX_PRINT
#include <gtk/gtkunixprint.h>
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,8 +3,6 @@
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
-
-PKG_NAME="gnome-web-photo"
(test -f $srcdir/src/gnome-web-photo.c) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"

File diff suppressed because it is too large Load Diff

View File

@ -1,30 +0,0 @@
#!/bin/sh
for i in "$@"
do
case $i in
--module=*)
MODULENAME="${i#*=}"
shift
;;
*)
ARGS="$ARGS $i"
shift
;;
esac
done
cat <<EOF > Makefile
all:
echo "Nothing"
install:
mkdir /tmp/fonts
cd /tmp/fonts
curl -L https://fonts.google.com/download?family=Fira%20Mono > Fira_Mono.zip
unzip Fira_Mono.zip
rm Fira_Mono.zip
mkdir -p /app/share/fonts
cp ./* /app/share/fonts
EOF

View File

@ -1,35 +0,0 @@
#!/bin/sh
for i in "$@"
do
case $i in
--module=*)
MODULENAME="${i#*=}"
shift
;;
*)
ARGS="$ARGS $i"
shift
;;
esac
done
cat <<EOF > Makefile
all:
echo "Nothing"
install:
CXX=/usr/bin/g++ CC=/usr/bin/gcc PYTHONUSERBASE=/app/ pip3 install --user $MODULENAME;
cd /tmp/
mkdir pandoc_dl && cd pandoc_dl
curl -L https://github.com/jgm/pandoc/releases/download/2.1.3/pandoc-2.1.3-1-amd64.deb > pandoc.deb
ar x pandoc.deb
tar xf data.tar.*
cp ./usr/bin/pandoc /app/bin/pandoc
cp ./usr/bin/pandoc-citeproc /app/bin/pandoc-citeproc
mkdir -p /app/share/
cp ./usr/share/doc/pandoc/copyright /app/share/pandoc.copyright
cd ..
rm -rf /tmp/pandoc_dl
EOF

View File

@ -1,24 +0,0 @@
#!/bin/sh
for i in "$@"
do
case $i in
--module=*)
MODULENAME="${i#*=}"
shift
;;
*)
ARGS="$ARGS $i"
shift
;;
esac
done
cat <<EOF > Makefile
all:
echo "Nothing"
install:
CXX=/usr/bin/g++ CC=/usr/bin/gcc PYTHONUSERBASE=/app/ pip3 install --user $MODULENAME
EOF

View File

@ -38,6 +38,7 @@ pprint(extra_files_media)
if os.path.isfile("/.flatpak-info"):
app_prefix = '/app/'
print("in flatpak")
else:
app_prefix = ''