From 9a77e531c9a3743e8b8e6a08fd52798c6739e443 Mon Sep 17 00:00:00 2001
From: milisbir
Date: Wed, 26 Jul 2017 21:35:46 +0300
Subject: [PATCH] xfce4-appfinder.guncellendi
---
.../appfinder-preferences-ui.h | 334 ++++++++++++++++++
talimatname/genel/xfce4-appfinder/talimat | 5 +-
2 files changed, 338 insertions(+), 1 deletion(-)
create mode 100644 talimatname/genel/xfce4-appfinder/appfinder-preferences-ui.h
diff --git a/talimatname/genel/xfce4-appfinder/appfinder-preferences-ui.h b/talimatname/genel/xfce4-appfinder/appfinder-preferences-ui.h
new file mode 100644
index 000000000..befa14269
--- /dev/null
+++ b/talimatname/genel/xfce4-appfinder/appfinder-preferences-ui.h
@@ -0,0 +1,334 @@
+/* automatically generated from appfinder-preferences.glade */
+#ifdef __SUNPRO_C
+#pragma align 4 (appfinder_preferences_ui)
+#endif
+#ifdef __GNUC__
+static const char appfinder_preferences_ui[] __attribute__ ((__aligned__ (4))) =
+#else
+static const char appfinder_preferences_ui[] =
+#endif
+{
+ " Prefix|
Regular Expression|
Very Small
"
+ " Smaller|
Small|
Normal|
Large|
Larger<"
+ "/row> Very Large|
|
True False gtk-clear
FalseApplication Finder
385 425 gtk-prefere"
+ "nces dialog TrueFals"
+ "e 2 True False end gtk-close Fals"
+ "e True True TrueTrue FalseFalse"
+ "property>0
gtk-help False"
+ "property>True True FalseTrue FalseFalse0 True False True end0 True True 6 Tr"
+ "ue False 6 6 <"
+ "child>True False 0none"
+ " TrueFals"
+ "e 12 TrueFalse 6 6 Remember last _selected category False True True False True True"
+ "property> True True0 Always c_ent"
+ "er the window False<"
+ "/property>True True FalseCenter the w"
+ "indow on startup. TrueTrue True True<"
+ "/property>1 Keep running _instance in the backgro"
+ "und False "
+ "True "
+ "True False Instead of quitting th"
+ "e application when the last window is closed, keep a running instance t"
+ "o speed up opening new windows. You might want to disable this to reduc"
+ "e memory usage.TrueTrue True True<"
+ "/property>True 2 <"
+ "child type=\"label\">True FalseBehaviour <"
+ "/object> FalseTrue 0 True False 0 noneTrue <"
+ "property name=\"can_focus\">False12 TrueFalse"
+ " 6 4 2 12 6<"
+ "/property>_View items as iconsFalse True TrueFalse True True"
+ "property> 2 "
+ "Text besi_de "
+ "icons FalseTrue True False True True 2 1 True False 0 Ite_m icon size: Tru"
+ "e item-icon-size 2 3 GTK_FIL"
+ "L True False 0 Categ_ory icon size: Truecategory-icon-size 3 4 GTK_FILL True False <"
+ "property name=\"model\">icon-sizes0 122 3 TrueFalse icon-sizes 0 1 2 3 4 True False AppearanceTrue TrueTrue1 True"
+ "property>False 0 noneTrue False6 0 0 0 12 <"
+ "object class=\"GtkButton\" id=\"button-clear\">C_lear Custom Command History False True True True ima"
+ "ge3 True "
+ " True False History False True 2 True False_General True False TrueFalse 6 6 TrueFalse 6 True True auto"
+ "matic automaticetched-in T"
+ "rue True actions-store False True False 0 Pattern 0 True True 0 TrueFalse 0 0 0 True Fals"
+ "e 6 False True True T"
+ "rue Add "
+ "a new custom action. True False gtk-add True True 0"
+ "property> False TrueTr"
+ "ue True Remove the currently sele"
+ "cted action."
+ "True "
+ "False gtk-delete "
+ "
True True1 False True 1 True True<"
+ "/property>0 True False 4 2 126 TrueTrue<"
+ "/property>If the t"
+ "ype is set to prefix, %s will be replaced with the string after the pat"
+ "tern, %S with the complete entry text. For regular expressions you can "
+ "use \\0 and \\<num>. "
+ "\342\200\242 True False FalseTrue True 1 2 23"
+ "property> True True \342\200\242True False False True Tr"
+ "ue 12 1 2 True False0 Co_mmand: Tr"
+ "ue command 2 3 GTK_FILL "
+ "True "
+ "False 0 Patte_rn: True pattern
1 2"
+ "GTK_FILL True False 0 _Type:True type GTK_FILL"
+ " True False 0 0True False action-types0 1"
+ " 2 _Save match in command history <"
+ "property name=\"use_action_appearance\">FalseTrue True "
+ "False True True 1 2"
+ "3 4 False True 1 1 Tr"
+ "ue False Custom _Actions True 1 False TrueTrue 1<"
+ "/property> button-closebutton-help "
+};
+
+static const unsigned appfinder_preferences_ui_length = 21594u;
+
diff --git a/talimatname/genel/xfce4-appfinder/talimat b/talimatname/genel/xfce4-appfinder/talimat
index 42f269130..1806a0309 100644
--- a/talimatname/genel/xfce4-appfinder/talimat
+++ b/talimatname/genel/xfce4-appfinder/talimat
@@ -7,17 +7,20 @@ name=xfce4-appfinder
version=4.12.0
release=2
-source=(https://github.com/xfce-mirror/xfce4-appfinder/archive/master.tar.gz::$name-$version.tar.gz)
+source=(https://github.com/xfce-mirror/xfce4-appfinder/archive/master.tar.gz::$name-$version.tar.gz
+ appfinder-preferences-ui.h)
build() {
cd $name-master
./autogen.sh
+cp $SRC/appfinder-preferences-ui.h src/
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
--disable-static \
+ --disable-gtk-doc-html \
--disable-debug
make
make DESTDIR=$PKG install