Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- a/src/Makefile.in 2006-12-02 20:41:25.000000000 -0500
+++ b/src/Makefile.in 2008-02-13 14:00:25.000000000 -0500
@@ -200,7 +200,7 @@ SUBDIRS = icons
DIST_SUBDIRS = icons
INCLUDES = -I$(srcdir) -I$(builddir) \
-I$(top_srcdir) -I$(top_builddir) \
- -I$(includedir) $(GTK_CFLAGS)
+ $(GTK_CFLAGS)
module_SLIK = \
intl.h \

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_GQVIEW
bool "gqview"
depends on BR2_PACKAGE_LIBGTK2
help
GQview is an image viewer for Unix operating systems
http://prdownloads.sourceforge.net/gqview

View File

@@ -0,0 +1,2 @@
# Locally computed:
sha256 12fea494e607a69eff31cdca13d306ef1b0b3b7850be0f8b236f267d8f2e9546 gqview-2.1.5.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# gqview
#
################################################################################
GQVIEW_VERSION = 2.1.5
GQVIEW_SITE = http://prdownloads.sourceforge.net/gqview
GQVIEW_DEPENDENCIES = host-pkgconf libgtk2
GQVIEW_CONF_ENV = LIBS="-lm"
GQVIEW_LICENSE = GPLv2
GQVIEW_LICENSE_FILES = COPYING
$(eval $(autotools-package))