Skip to content
Permalink
0af09a4ae7
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 48 lines (30 sloc) 664 Bytes
#!/usr/bin/env beesh
SRCURL[0]="http://trac.emma-soft.com/epdfview/chrome/site/releases/epdfview-${PKGVERSION}.tar.gz"
PATCHURL[0]=""
# BEE_CONFIGURE=compat
# BEE_BUILDTYPE=
# EXCLUDE=()
# build_in_sourcedir
#mee_extract() {
# bee_extract "${@}"
#}
mee_patch() {
cat << EOF > patch.txt
--- ./src/gtk/StockIcons.h.orig 2012-07-26 15:25:42.619923541 +0200
+++ ./src/gtk/StockIcons.h 2012-07-26 15:26:11.376566852 +0200
@@ -18,7 +18,7 @@
-#include <glib/gmacros.h>
+#include <glib.h>
G_BEGIN_DECLS
EOF
patch -p1 < patch.txt
}
#mee_configure() {
# bee_configure
#}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}