Move all to deprecated folder.
This commit is contained in:
11
deprecated/firmware/buildroot/package/gqview/0001-make.patch
Normal file
11
deprecated/firmware/buildroot/package/gqview/0001-make.patch
Normal 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 \
|
||||
7
deprecated/firmware/buildroot/package/gqview/Config.in
Normal file
7
deprecated/firmware/buildroot/package/gqview/Config.in
Normal 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
|
||||
2
deprecated/firmware/buildroot/package/gqview/gqview.hash
Normal file
2
deprecated/firmware/buildroot/package/gqview/gqview.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 12fea494e607a69eff31cdca13d306ef1b0b3b7850be0f8b236f267d8f2e9546 gqview-2.1.5.tar.gz
|
||||
14
deprecated/firmware/buildroot/package/gqview/gqview.mk
Normal file
14
deprecated/firmware/buildroot/package/gqview/gqview.mk
Normal 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))
|
||||
Reference in New Issue
Block a user