ArchLinux/community.git
2 years agoarchrelease: copy trunk to community-x86_64packages/packagekit-qt5
arojas [Thu, 20 Feb 2020 23:29:00 +0000 (20 23:29 +0000)]
archrelease: copy trunk to community-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@577429 9fca08f4-af9d-4005-b8df-a31f2cc04f65

2 years agoUpdate to 1.0.2
arojas [Thu, 20 Feb 2020 23:28:27 +0000 (20 23:28 +0000)]
Update to 1.0.2

git-svn-id: file:///srv/repos/svn-community/svn@577428 9fca08f4-af9d-4005-b8df-a31f2cc04f65

2 years agoarchrelease: copy trunk to community-x86_64
eworm [Wed, 8 Jan 2020 15:50:03 +0000 (8 15:50 +0000)]
archrelease: copy trunk to community-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@550299 9fca08f4-af9d-4005-b8df-a31f2cc04f65

2 years agoupgpkg: packagekit-qt5 1.0.1-2
eworm [Wed, 8 Jan 2020 15:49:55 +0000 (8 15:49 +0000)]
upgpkg: packagekit-qt5 1.0.1-2

rebuild old package

git-svn-id: file:///srv/repos/svn-community/svn@550298 9fca08f4-af9d-4005-b8df-a31f2cc04f65

3 years agotree-wide: remove svn propset's
jelle [Tue, 11 Sep 2018 19:04:26 +0000 (11 19:04 +0000)]
tree-wide: remove svn propset's

git-svn-id: file:///srv/repos/svn-community/svn@379766 9fca08f4-af9d-4005-b8df-a31f2cc04f65

4 years agoarchrelease: copy trunk to community-x86_64
arojas [Tue, 16 Jan 2018 20:21:32 +0000 (16 20:21 +0000)]
archrelease: copy trunk to community-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@283515 9fca08f4-af9d-4005-b8df-a31f2cc04f65

4 years agoUpdate to 1.0.1
arojas [Tue, 16 Jan 2018 20:21:04 +0000 (16 20:21 +0000)]
Update to 1.0.1

git-svn-id: file:///srv/repos/svn-community/svn@283514 9fca08f4-af9d-4005-b8df-a31f2cc04f65

4 years agoarchrelease: copy trunk to community-x86_64
arojas [Sun, 14 Jan 2018 10:20:55 +0000 (14 10:20 +0000)]
archrelease: copy trunk to community-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@281966 9fca08f4-af9d-4005-b8df-a31f2cc04f65

4 years agoFix broken header
arojas [Sun, 14 Jan 2018 10:19:54 +0000 (14 10:19 +0000)]
Fix broken header

git-svn-id: file:///srv/repos/svn-community/svn@281964 9fca08f4-af9d-4005-b8df-a31f2cc04f65

4 years agodb-move: moved packagekit-qt5 from [community-staging] to [community] (x86_64)
arojas [Fri, 12 Jan 2018 22:54:59 +0000 (12 22:54 +0000)]
db-move: moved packagekit-qt5 from [community-staging] to [community] (x86_64)

git-svn-id: file:///srv/repos/svn-community/svn@281716 9fca08f4-af9d-4005-b8df-a31f2cc04f65

4 years agoarchrelease: copy trunk to community-staging-x86_64
eworm [Fri, 12 Jan 2018 21:48:18 +0000 (12 21:48 +0000)]
archrelease: copy trunk to community-staging-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@281698 9fca08f4-af9d-4005-b8df-a31f2cc04f65

4 years agoupgpkg: packagekit-qt5 1.0.0-1
eworm [Fri, 12 Jan 2018 21:48:12 +0000 (12 21:48 +0000)]
upgpkg: packagekit-qt5 1.0.0-1

new upstream release with soname bump!

git-svn-id: file:///srv/repos/svn-community/svn@281697 9fca08f4-af9d-4005-b8df-a31f2cc04f65

4 years agoarchrelease: copy trunk to community-x86_64
eworm [Wed, 20 Dec 2017 22:34:28 +0000 (20 22:34 +0000)]
archrelease: copy trunk to community-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@275103 9fca08f4-af9d-4005-b8df-a31f2cc04f65

4 years agoupgpkg: packagekit-qt5 0.9.6-2
eworm [Wed, 20 Dec 2017 22:34:23 +0000 (20 22:34 +0000)]
upgpkg: packagekit-qt5 0.9.6-2

rebuild old packages

git-svn-id: file:///srv/repos/svn-community/svn@275102 9fca08f4-af9d-4005-b8df-a31f2cc04f65

4 years agoRemove i686 from arch=()
foutrelis [Wed, 15 Nov 2017 14:29:11 +0000 (15 14:29 +0000)]
Remove i686 from arch=()

FTR, commands used to change arch=() and then verify the changes:

$ sed -Ei "/^arch=/{s/ *?['\"]?i686['\"]? *?//;s/ *$//}" */*/PKGBUILD*

$ grep -r i686 * | grep arch= | grep -v repos

$ svn diff | grep -A 1 ^-[^-] | grep -v -- -- | cut -c2- |
  while IFS=$'\n' read -r l1; IFS=$'\n' read -r l2; do
    echo "$l1 -> $l2"
  done | sort -u

git-svn-id: file:///srv/repos/svn-community/svn@266875 9fca08f4-af9d-4005-b8df-a31f2cc04f65

4 years agoDrop repos/*-i686
bpiotrowski [Wed, 15 Nov 2017 11:14:49 +0000 (15 11:14 +0000)]
Drop repos/*-i686

git-svn-id: file:///srv/repos/svn-community/svn@266865 9fca08f4-af9d-4005-b8df-a31f2cc04f65

5 years agodownload source via https
eworm [Thu, 24 Nov 2016 21:53:36 +0000 (24 21:53 +0000)]
download source via https

git-svn-id: file:///srv/repos/svn-community/svn@196756 9fca08f4-af9d-4005-b8df-a31f2cc04f65

5 years agoarchrelease: copy trunk to community-i686, community-x86_64
eworm [Sun, 2 Oct 2016 20:01:52 +0000 (2 20:01 +0000)]
archrelease: copy trunk to community-i686, community-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@191228 9fca08f4-af9d-4005-b8df-a31f2cc04f65

5 years agopackagekit-qt -> packagekit-qt5
eworm [Sun, 2 Oct 2016 20:00:40 +0000 (2 20:00 +0000)]
packagekit-qt -> packagekit-qt5

We had a split package packagekit-qt that provided packagekit-qt4 and
packagekit-qt5. As upstream stopped Qt4 support we un-split the package.

git-svn-id: file:///srv/repos/svn-community/svn@191227 9fca08f4-af9d-4005-b8df-a31f2cc04f65