-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpisi-index.xml
6530 lines (6530 loc) · 309 KB
/
pisi-index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<PISI>
<SpecFile>
<Source>
<Name>xfce4-taskmanager</Name>
<Homepage>http://goodies.xfce.org/projects/applications/xfce4-taskmanager</Homepage>
<Packager>
<Name>Alper Tekinalp</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.base</PartOf>
<Summary xml:lang="en">Simple taskmanager for the Xfce</Summary>
<Summary xml:lang="tr">Xfce görev yöneticisi</Summary>
<Description xml:lang="en">Xfce-taskmanager is a small taskmanager based on the Xfce libraries.</Description>
<Description xml:lang="tr">Xfce4-taskmanager, Xfce kütüphaneleriyle yazılmış basit bir Xfce görev yöneticisidir.</Description>
<Icon>xfce4_xicon</Icon>
<Archive type="tarbz2" sha1sum="6b8292680fc3fd08b33c83c90e85bc0c8a825346">http://archive.xfce.org/src/apps/xfce4-taskmanager/1.2/xfce4-taskmanager-1.2.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>cairo-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>libwnck2-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
<Dependency>libxfcegui4-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>libXmu-devel</Dependency>
</BuildDependencies>
<SourceURI>base/xfce4-taskmanager/pspec.xml</SourceURI>
</Source>
<Package>
<Name>xfce4-taskmanager</Name>
<RuntimeDependencies>
<Dependency>gtk2</Dependency>
<Dependency>cairo</Dependency>
<Dependency>libwnck2</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libXmu</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/libexec</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="icons">/usr/share/icons/hicolor</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/applications</Path>
</Files>
</Package>
<History>
<Update release="8">
<Date>2018-06-14</Date>
<Version>1.2.1</Version>
<Comment>Rebuild for Pisi Linux 2.0 and Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2015-03-02</Date>
<Version>1.0.1</Version>
<Comment>rebuild and removed unneeded dep</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-06-10</Date>
<Version>1.0.1</Version>
<Comment>Release bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-05-27</Date>
<Version>1.0.1</Version>
<Comment>Version bump</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-10-10</Date>
<Version>1.0.0</Version>
<Comment>Cleanup.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-08-22</Date>
<Version>1.0.0</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-18</Date>
<Version>0.5.92</Version>
<Comment>Release bump</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-05-02</Date>
<Version>0.5.92</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>xfce4-appfinder</Name>
<Homepage>http://www.xfce.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.base</PartOf>
<Summary xml:lang="en">Xfce application finder</Summary>
<Summary xml:lang="tr">Xfce uygulama bulucu</Summary>
<Summary xml:lang="pl">Wyszukiwarka aplikacji dla środowiska Xfce</Summary>
<Description xml:lang="en">Xfce4-appfinder is a useful software that permits you to find every application in the system supporting desktop entry format.</Description>
<Description xml:lang="tr">Xfce4-appfinder, kullanıcının sisteminde yüklü, masastünde doğrudan çalışabilen her uygulamayı bulmasını sağlayan, kullanışlı bir uygulama bulucudur.</Description>
<Description xml:lang="pl">Wyszukiwanie aplikacji dla środowiska graficznego Xfce4. Wyszukuje zainstalowane w systemie aplikacje.</Description>
<Icon>xfce4-appfinder</Icon>
<Archive type="tarbz2" sha1sum="398f9d4ee4434bebc15aeeeb720f052dee5ac645">http://archive.xfce.org/src/xfce/xfce4-appfinder/4.13/xfce4-appfinder-4.13.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
<Dependency>Thunar-devel</Dependency>
<Dependency>xfconf-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>garcon-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
</BuildDependencies>
<SourceURI>base/xfce4-appfinder/pspec.xml</SourceURI>
</Source>
<Package>
<Name>xfce4-appfinder</Name>
<RuntimeDependencies>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>libxfce4util</Dependency>
<Dependency>xfconf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>garcon</Dependency>
<Dependency>glib2</Dependency>
<Dependency>gtk3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="doc">/usr/share/xfce4/doc</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/appdata/</Path>
<Path fileType="library">/usr/libexec</Path>
</Files>
</Package>
<History>
<Update release="8">
<Date>2018-06-15</Date>
<Version>4.13.0</Version>
<Comment>Rebuild for Pisi Linux 2.0 and Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2015-03-02</Date>
<Version>4.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-06-10</Date>
<Version>4.10.1</Version>
<Comment>Release bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-05-27</Date>
<Version>4.10.1</Version>
<Comment>Rebuild</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-10-10</Date>
<Version>4.10.1</Version>
<Comment>Cleanup.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-08-22</Date>
<Version>4.10.1</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-18</Date>
<Version>4.10.0</Version>
<Comment>Release bump</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-08-31</Date>
<Version>4.10.0</Version>
<Comment>First release</Comment>
<Name>Utku Berberoğlu</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>xfce4-session</Name>
<Homepage>http://www.xfce.org/projects/xfce4-session</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<PartOf>desktop.xfce.base</PartOf>
<Summary xml:lang="en">Xfce session manager</Summary>
<Summary xml:lang="tr">Xfce oturum yöneticisi</Summary>
<Summary xml:lang="pl"> Menedżer sesji Xfce4 </Summary>
<Description xml:lang="en">The session manager allows the user to save sessions and restore them after login. It is capable of saving several different sessions. It comes with three splash screen engines. And at last it helps you to log out, reboot, and shutdown the system.</Description>
<Description xml:lang="tr">Xfce oturum yöneticisi, kullanıcıların oturumlarını kaydetmesine ve giriş yaptıktan sonra tekrar oturumu çağırmalarına izin verir. Birden fazla, farklı oturumları kaydetmede oldukça başarılıdır. Pakette üç tane örnek açılış teması var ve son olarak, sistemi kapatırken, yeniden başlatırken veya çıkarken kullanıcılara yardımcı olur.</Description>
<Description xml:lang="pl">Xfce4-session jest zgodny z "menedżerem sesji" X11 zaprojektowanym do użycia ze środowiskiem graficznym Xfce4. Podczas wylogowywania, menedżer sesji zapisuje wszystkie uruchomione aplikacje. Przy ponownym zalogowaniu, przywraca je z oknami na tych samych pozycjach.</Description>
<Archive type="tarbz2" sha1sum="23d93a524870c0402c83ab23650a63bcaeaeb234">http://archive.xfce.org/src/xfce/xfce4-session/4.13/xfce4-session-4.13.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libSM-devel</Dependency>
<Dependency>libICE-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
<Dependency>libwnck2-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>atk-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>xfconf-devel</Dependency>
<Dependency>gconf-devel</Dependency>
<Dependency>libgnome-keyring-devel</Dependency>
<Dependency>libglade-devel</Dependency>
<Dependency>perl-XML-Parser</Dependency>
<Dependency>xfce4-dev-tools</Dependency>
<Dependency>libgnome-keyring-devel</Dependency>
<Dependency>fontconfig-devel</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>polkit-devel</Dependency>
<Dependency>dbus-glib-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>polkit-devel</Dependency>
<Dependency>libwnck3-devel</Dependency>
</BuildDependencies>
<SourceURI>base/xfce4-session/pspec.xml</SourceURI>
</Source>
<Package>
<Name>xfce4-session</Name>
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
<Dependency>libSM</Dependency>
<Dependency>libICE</Dependency>
<Dependency>xfconf</Dependency>
<Dependency>libwnck2</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4util</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libX11</Dependency>
<Dependency>polkit</Dependency>
<Dependency>libwnck3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/xfce4/doc</Path>
<Path fileType="data">/usr/share/xfce4</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/themes</Path>
<Path fileType="data">/usr/share/xsessions</Path>
<Path fileType="data">/usr/share/polkit-1/actions</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<Package>
<Name>xfce4-session-devel</Name>
<Summary xml:lang="en">Xfce4 Session development files</Summary>
<Summary xml:lang="tr">xfce4-session geliştirme dosyaları</Summary>
<Summary xml:lang="pl">Pliki nagłówkowe xfce4-session</Summary>
<IsA>library</IsA>
<IsA>data:doc</IsA>
<RuntimeDependencies>
<Dependency release="9">xfce4-session</Dependency>
<Dependency>xfconf-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="9">
<Date>2018-06-15</Date>
<Version>4.13.0</Version>
<Comment>Rebuild for Pisi Linux 2.0 and version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2015-03-24</Date>
<Version>4.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2015-03-02</Date>
<Version>4.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-06-10</Date>
<Version>4.10.1</Version>
<Comment>Release bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-05-27</Date>
<Version>4.10.1</Version>
<Comment>Rebuild</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-10-10</Date>
<Version>4.10.1</Version>
<Comment>Cleanup.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-08-22</Date>
<Version>4.10.1</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2012-12-18</Date>
<Version>4.10.0</Version>
<Comment>Release bump</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-12-18</Date>
<Version>4.10.0</Version>
<Comment>First release</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>libxfce4util</Name>
<Homepage>http://www.xfce.org</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>desktop.xfce.base</PartOf>
<Summary xml:lang="en">Xfce basic utility library</Summary>
<Summary xml:lang="tr">Xfce için basit yardımcı uygulama kitaplığı</Summary>
<Description xml:lang="en">Libxfce4util is a basic utility non-GUI functions for Xfce desktop environment.</Description>
<Description xml:lang="tr">libxfce4util, grafik arayüz fonksiyonlarını içermeyen, Xfce masaüstü yöneticisi için yazılmış basit bir uygulama kitaplığıdır.</Description>
<Archive type="tarbz2" sha1sum="c5e2f4c173eccc7dd711010b5ca01e9ec8e79bd6">http://archive.xfce.org/src/xfce/libxfce4util/4.13/libxfce4util-4.13.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>xdg-user-dirs</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
<SourceURI>base/libxfce4util/pspec.xml</SourceURI>
</Source>
<Package>
<Name>libxfce4util</Name>
<RuntimeDependencies>
<Dependency>xdg-user-dirs</Dependency>
<Dependency>glib2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/gir-1.0/</Path>
<Path fileType="library">/usr/libexec</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libxfce4util-devel</Name>
<Summary xml:lang="en">Libxfce4util development files</Summary>
<Summary xml:lang="tr">libxfce4util geliştirme dosyaları</Summary>
<IsA>library</IsA>
<IsA>data:doc</IsA>
<RuntimeDependencies>
<Dependency release="8">libxfce4util</Dependency>
<Dependency>glib2-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="doc">/usr/share/gtk-doc</Path>
</Files>
</Package>
<History>
<Update release="8">
<Date>2018-06-15</Date>
<Version>4.13.1</Version>
<Comment>Rebuild for Pisi Linux 2.0 and Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2015-03-12</Date>
<Version>4.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-06-10</Date>
<Version>4.10.1</Version>
<Comment>Release bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-05-24</Date>
<Version>4.10.1</Version>
<Comment>Rebuild</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-10-10</Date>
<Version>4.10.1</Version>
<Comment>Rebuild, cleanup.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-08-22</Date>
<Version>4.10.1</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-17</Date>
<Version>4.10.0</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-05-02</Date>
<Version>4.10.0</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>xfce4-settings</Name>
<Homepage>http://www.xfce.org</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.base</PartOf>
<Summary xml:lang="en">Xfce settings plugins</Summary>
<Summary xml:lang="tr">Xfce ayar yöneticisi</Summary>
<Summary xml:lang="pl">Graficzna aplikacja do zarządzania ustawieniami Xfce</Summary>
<Description xml:lang="en">Xfce4-settings is a configuration manager for Xfce desktop environment.</Description>
<Description xml:lang="tr">Xfce4-settings, Xfce masaüstü yöneticisi için yazılmış ayar yöneticisidir.</Description>
<Description xml:lang="pl">Xfce4-settings jest interfejsem menedżera ustawień Xfce4. Wywodzi się z kilku różnych komponentów do konfiguracji niezależnych od aplikacji, ustawień wewnątrz xfconf.</Description>
<Archive type="tarbz2" sha1sum="45c422ec4c3d88dd7aef6eb38686fda4a4916107">http://archive.xfce.org/src/xfce/xfce4-settings/4.13/xfce4-settings-4.13.3.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libXi-devel</Dependency>
<Dependency>libxklavier-devel</Dependency>
<Dependency>libXcursor-devel</Dependency>
<Dependency>libXrandr-devel</Dependency>
<Dependency>libnotify-devel</Dependency>
<Dependency>libcanberra-devel</Dependency>
<Dependency>xfconf-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
<Dependency>libglade-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>exo-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>libwnck2-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>garcon-devel</Dependency>
<Dependency>fontconfig-devel</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>dbus-glib-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
</BuildDependencies>
<SourceURI>base/xfce4-settings/pspec.xml</SourceURI>
</Source>
<Package>
<Name>xfce4-settings</Name>
<RuntimeDependencies>
<Dependency>exo</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>libXi</Dependency>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
<Dependency>garcon</Dependency>
<Dependency>upower</Dependency>
<Dependency>xfconf</Dependency>
<Dependency>libnotify</Dependency>
<Dependency>libXrandr</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>fontconfig</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libXcursor</Dependency>
<Dependency>libxklavier</Dependency>
<Dependency>libxfce4util</Dependency>
<Dependency>dbus</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libX11</Dependency>
<Dependency>dbus-glib</Dependency>
<Dependency>gtk3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/lib/xfce4/settings</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/backgrounds/xfce</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="localedata">/usr/share/locale</Path>
</Files>
</Package>
<History>
<Update release="12">
<Date>2018-06-16</Date>
<Version>4.13.3</Version>
<Comment>Rebuild for Pisi Linux 2.0 and Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="11">
<Date>2015-07-06</Date>
<Version>4.12.0</Version>
<Comment>fixed file conflict with pisilinux-settings</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="10">
<Date>2015-03-02</Date>
<Version>4.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="9">
<Date>2014-05-27</Date>
<Version>4.10.1</Version>
<Comment>Rebuild</Comment>
<Name>Burak Fazıl Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2014-02-09</Date>
<Version>4.10.1</Version>
<Comment>Rebuild</Comment>
<Name>Burak Fazıl Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2014-01-09</Date>
<Version>4.10.1</Version>
<Comment>Add default config</Comment>
<Name>Burak Fazıl Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2013-10-10</Date>
<Version>4.10.1</Version>
<Comment>Revert back to 4.10 series.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2013-10-10</Date>
<Version>4.11.1</Version>
<Comment>Rebuild,cleanup, set icon theme faenza and sweat gtk theme.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-08-22</Date>
<Version>4.10.1</Version>
<Comment>Revert to 4.10.x</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-08-18</Date>
<Version>4.11.0</Version>
<Comment>Release bump</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-04-24</Date>
<Version>4.11.0</Version>
<Comment>Version bump</Comment>
<Name>Ertan Güven</Name>
<Email>ertan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-05-04</Date>
<Version>4.10.0</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>libxfce4ui</Name>
<Homepage>http://xfce.org</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<IsA>library</IsA>
<PartOf>desktop.xfce.base</PartOf>
<Summary xml:lang="en">Xfce gui library</Summary>
<Summary xml:lang="tr">Xfce arayüz kitaplığı</Summary>
<Description xml:lang="en">libxfce4ui is a various GTK+ widgets for Xfce desktop environment.</Description>
<Description xml:lang="tr">libxfce4ui, Xfce masaüstü ortamı için çeşitli GTK+ eklentileri içeren kitaplıktır.</Description>
<Archive type="tarbz2" sha1sum="480de7fa8e9cb14902ebb6af13054bfdd5bae947">http://archive.xfce.org/src/xfce/libxfce4ui/4.13/libxfce4ui-4.13.4.tar.bz2</Archive>
<BuildDependencies>
<Dependency>gtk3-docs</Dependency>
<Dependency>atk-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>libSM-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>libICE-devel</Dependency>
<Dependency>xfconf-devel</Dependency>
<Dependency>xfce4-dev-tools</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
<Dependency>startup-notification-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libX11-devel</Dependency>
</BuildDependencies>
<SourceURI>base/libxfce4ui/pspec.xml</SourceURI>
</Source>
<Package>
<Name>libxfce4ui</Name>
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
<Dependency>libSM</Dependency>
<Dependency>libICE</Dependency>
<Dependency>xfconf</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4util</Dependency>
<Dependency>startup-notification</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libX11</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/libexec</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="localedata">/usr/share/locale</Path>
</Files>
</Package>
<Package>
<Name>libxfce4ui-devel</Name>
<Summary xml:lang="tr">libxfce4ui geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency>gtk2-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>xfconf-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="11">
<Date>2018-06-14</Date>
<Version>4.12.1</Version>
<Comment>Rebuild for Pisi Linux 2.0 and Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="10">
<Date>2015-03-24</Date>
<Version>4.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="9">
<Date>2015-03-02</Date>
<Version>4.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2014-06-10</Date>
<Version>4.10.0</Version>
<Comment>Release bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2014-05-24</Date>
<Version>4.10.0</Version>
<Comment>Rebuild</Comment>
<Name>Varol Maksutoğlu</Name>
<Email>waroi@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-02-20</Date>
<Version>4.10.0</Version>
<Comment>Rebuild Unused</Comment>
<Name>Varol Maksutoğlu</Name>
<Email>waroi@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2013-10-10</Date>
<Version>4.10.0</Version>
<Comment>Rebuild, cleanup.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-10-10</Date>
<Version>4.11.0</Version>
<Comment>Rebuild, cleanup.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-08-17</Date>
<Version>4.11.0</Version>
<Comment>Dep Fixed</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-03-21</Date>
<Version>4.10.0</Version>
<Comment>Dep Fixed</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-08-26</Date>
<Version>4.10.0</Version>
<Comment>First release</Comment>
<Name>Utku Berberoğlu</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>xfce4-power-manager</Name>
<Homepage>http://www.xfce.org</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.base</PartOf>
<Summary xml:lang="en">A power manager for the Xfce desktop</Summary>
<Summary xml:lang="tr">Xfce masaüstü için bir güç yöneticisi</Summary>
<Summary xml:lang="pl">Menedżer zasilania dla środowiska Xfce</Summary>
<Description xml:lang="en">This software is a power manager for the Xfce desktop, Xfce power manager manages the power sources on the computer and the devices that can be controlled to reduce their power consumption.
(such as LCD brightness level, monitor sleep, CPU frequency scaling). In addition, xfce4-power-manager provides a set of freedesktop-compliant DBus interfaces to inform other applications about current power level so that they can adjust their power consumption.</Description>
<Description xml:lang="tr">Xfce güç yöneticisi, kendi güç tüketimini azaltmak için bilgisayar güç kaynakları ve kontrol edilebilir aygıtları yönetir.(LCD parlaklık seviyesi, monitör uyku, CPU frekansı ölçekleme gibi)</Description>
<Description xml:lang="pl">Ten menedżer zasilania dla środowiska Xfce4, pozwala użytkownikom laptopów tworzyć profile zasilania dla dwóch różnych trybów: "zasilanie z baterii" i "zasilanie z sieci", jednocześnie wciąż pozwalając użytkownikom zmieniać ustawienia DPMS i częstotliwość CPU.</Description>
<Archive type="tarbz2" sha1sum="7b6d3ce2fcb29262450e9e39b858cc00e10faa81">http://archive.xfce.org/src/xfce/xfce4-power-manager/1.6/xfce4-power-manager-1.6.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>upower</Dependency>
<Dependency>libXrandr-devel</Dependency>
<Dependency>xfconf-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>libglade-devel</Dependency>
<Dependency>polkit-devel</Dependency>
<Dependency>ConsoleKit-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>libnotify-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
<Dependency>upower-devel</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>freetype-devel</Dependency>
<Dependency>dbus-glib-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>libSM-devel</Dependency>
<Dependency>libICE-devel</Dependency>
</BuildDependencies>
<SourceURI>base/xfce4-power-manager/pspec.xml</SourceURI>
</Source>
<Package>
<Name>xfce4-power-manager</Name>
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
<Dependency>libXext</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libXrandr</Dependency>
<Dependency>xfconf</Dependency>
<Dependency>libxfce4util</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>upower</Dependency>
<Dependency>libnotify</Dependency>
<Dependency>fontconfig</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>dbus</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libX11</Dependency>
<Dependency>freetype</Dependency>
<Dependency>dbus-glib</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>libSM</Dependency>
<Dependency>libICE</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/usr/lib/xfce4</Path>
<Path fileType="library">/usr/libexec</Path>
<Path fileType="data">/etc/xdg/autostart</Path>
</Files>
</Package>
<History>
<Update release="10">
<Date>2018-05-15</Date>
<Version>1.6.1</Version>
<Comment>Rebuild for Pisi Linux 2.0 and Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="9">
<Date>2015-05-19</Date>
<Version>1.4.4</Version>
<Comment>Rebuild</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2015-03-23</Date>
<Version>1.4.4</Version>
<Comment>Version bump and removed lxpanel dep.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2015-03-02</Date>
<Version>1.4.3</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-06-10</Date>
<Version>1.2.0</Version>
<Comment>Release bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-05-27</Date>
<Version>1.2.0</Version>
<Comment>Rebuild</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-10-10</Date>
<Version>1.2.0</Version>
<Comment>Cleanup.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-08-17</Date>
<Version>1.2.0</Version>
<Comment>Fix version number, update translations.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-17</Date>
<Version>1.2.0</Version>
<Comment>Dep Fixed</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-08-31</Date>
<Version>1.2.0</Version>
<Comment>First release</Comment>
<Name>Utku Berberoğlu</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>libxfcegui4</Name>
<Homepage>http://www.xfce.org</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalçınsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<PartOf>desktop.xfce.base</PartOf>
<Summary xml:lang="en">Xfce GUI library</Summary>
<Summary xml:lang="tr">Xfce arayüz kitaplığı</Summary>
<Description xml:lang="en">Libxfcegui4 is a various GTK+ widgets for Xfce desktop environment.</Description>
<Description xml:lang="tr">Libxfcegui4, Xfce masaüstü yöneticisi için tasarlanmış farklı GTK+ parçacıkları kitaplığıdır.</Description>
<Archive type="tarbz2" sha1sum="6d6f24a7f69dfee359b96bd2867fbe9e3262549f">http://archive.xfce.org/src/xfce/libxfcegui4/4.10/libxfcegui4-4.10.0.tar.bz2</Archive>
<BuildDependencies>