customized builds

This commit is contained in:
2017-10-10 16:29:22 -03:00
parent 3d5d662152
commit 235c95aa2b
246 changed files with 8857 additions and 1535 deletions

View File

@@ -1,6 +1,7 @@
/*
* pamac-vala
*
* Copyright (C) 2017 Chris Cromer <cromer@cromnix.org>
* Copyright (C) 2014-2017 Guillaume Benoit <guillaume@manjaro.org>
*
* This program is free software; you can redistribute it and/or modify
@@ -17,9 +18,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
//using GIO
namespace Pamac {
[GtkTemplate (ui = "/org/manjaro/pamac/transaction/progress_box.ui")]
[GtkTemplate (ui = "/org/pamac/transaction/interface/progress_box.ui")]
public class ProgressBox : Gtk.Box {
[GtkChild]