diff options
-rw-r--r-- | gnome-online-accounts/.footprint.i686 | 1 | ||||
-rw-r--r-- | gnome-online-accounts/.footprint.x86_64 | 1 | ||||
-rw-r--r-- | gnome-online-accounts/Pkgfile | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/gnome-online-accounts/.footprint.i686 b/gnome-online-accounts/.footprint.i686 index e896ba5..64201f3 100644 --- a/gnome-online-accounts/.footprint.i686 +++ b/gnome-online-accounts/.footprint.i686 @@ -87,6 +87,7 @@ drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/ -rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/goa-account-twitter.png -rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/goa-account-yahoo.png -rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/goa-account.png +drwxr-xr-x root/root usr/share/locale/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man8/ -rw-r--r-- root/root usr/share/man/man8/goa-daemon.8.gz diff --git a/gnome-online-accounts/.footprint.x86_64 b/gnome-online-accounts/.footprint.x86_64 index e896ba5..64201f3 100644 --- a/gnome-online-accounts/.footprint.x86_64 +++ b/gnome-online-accounts/.footprint.x86_64 @@ -87,6 +87,7 @@ drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/ -rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/goa-account-twitter.png -rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/goa-account-yahoo.png -rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/goa-account.png +drwxr-xr-x root/root usr/share/locale/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man8/ -rw-r--r-- root/root usr/share/man/man8/goa-daemon.8.gz diff --git a/gnome-online-accounts/Pkgfile b/gnome-online-accounts/Pkgfile index a123e76..167ca62 100644 --- a/gnome-online-accounts/Pkgfile +++ b/gnome-online-accounts/Pkgfile @@ -20,7 +20,7 @@ build() { --enable-twitter \ --enable-yahoo \ --enable-facebook \ - --help + --enable-introspection=yes make make DESTDIR=$PKG install } |